Files
firstgarden-web-gnu/tail.php
2013-02-12 11:44:40 +09:00

27 lines
652 B
PHP

<?
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
?>
</div>
</div>
<hr>
<footer id="ft">
<h1><?=$config['cf_title']?> 정보</h1>
<?=popular('basic'); // 인기검색어 ?>
<?=visit("basic"); // 방문자수 ?>
<div id="ft_catch"><a href="<?=$g4['url']?>/"><img src="<?=G4_URL?>/img/ft_catch.jpg" alt="Sharing All Possibilities"></a></div>
<div id="ft_copy">
<p>Copyright &copy; <b>소유하신 도메인.</b> All rights reserved.</p>
</div>
</footer>
<?
if (is_mobile()) {
echo '<a href="'.G4_URL.'/?mobile">모바일 버전으로</a>';
}
?>
<?
include_once(G4_PATH."/tail.sub.php");
?>