사용자: 레이아웃 작업 중

This commit is contained in:
whitedot
2013-01-23 15:33:32 +09:00
parent 2edb6438c6
commit 1efe74347f
8 changed files with 88 additions and 50 deletions

View File

@ -6,10 +6,13 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<hr>
<footer id="footer">
<footer id="ft">
<h1><?=$config['cf_title']?> 정보</h1>
<?=popular('neo'); // 인기검색어 ?>
<p>Copyright &copy; 소유하신 도메인. All rights reserved.</p>
<div id="ft_catch"><img src="<?=$g4['path']?>/img/ft_catch.jpg" alt="Sharing All Possibilities"></div>
<div id="ft_copy">
<p>Copyright &copy; <b>소유하신 도메인.</b> All rights reserved.</p>
</div>
</footer>
<?