AvocadoAmber/AvocadoEdition_Light/tail.sub.php

25 lines
546 B
PHP

<?php
/**
* --- 잠깐! ---
* 이 파일을 직접 수정하지 마시고 테마를 생성하여
* 커스터마이징 하시는 편이 더 좋습니다.
* ------------
*/
if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가
if (!defined('G5_IS_ADMIN') && defined('G5_THEME_PATH') && file_exists(G5_THEME_PATH . "/tail.sub.php")) {
include_once G5_THEME_PATH . '/tail.sub.php';
return;
}
unset($mb);
unset($row);
unset($row2);
EventHandler::triggerEvent("gnuboard.tail_sub");
?>
</body>
</html>
<?php
echo html_end();