2022-09-17 20:50:50 +09:00
|
|
|
<?php
|
2024-09-19 20:36:07 +09:00
|
|
|
if (!defined('_GNUBOARD_'))
|
2024-09-19 21:03:48 +09:00
|
|
|
exit;
|
|
|
|
|
|
|
|
|
|
if (defined('G5_THEME_PATH') && file_exists(G5_THEME_PATH . "/tail.php")) {
|
|
|
|
|
include_once G5_THEME_PATH . '/tail.php';
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
2022-09-17 20:50:50 +09:00
|
|
|
?>
|
2024-09-19 20:36:07 +09:00
|
|
|
</div>
|
|
|
|
|
</div>
|
2022-09-17 20:50:50 +09:00
|
|
|
</section>
|
|
|
|
|
<div id="topCont">
|
2024-09-19 20:36:07 +09:00
|
|
|
<a href="#body" title="위로">
|
|
|
|
|
<span class="icons"><span><i class="material-icons">arrow_upward</i></span></span>
|
|
|
|
|
</a>
|
2022-09-17 20:50:50 +09:00
|
|
|
</div>
|
|
|
|
|
<script src="<?php echo G5_JS_URL ?>/swiper.js"></script>
|
|
|
|
|
<script src="<?php echo G5_JS_URL ?>/_custom.js"></script>
|
|
|
|
|
<?php
|
2024-09-19 21:03:48 +09:00
|
|
|
include_once G5_PATH . "/tail.sub.php";
|