Merge branch 'master' of github.com:gnuboard/g4s

This commit is contained in:
chicpro
2013-06-28 17:01:42 +09:00
38 changed files with 596 additions and 523 deletions

View File

@ -23,6 +23,7 @@ if ($config['cf_include_head']) {
}
?>
<!-- 상단 시작 { -->
<div id="hd">
<h1 id="hd_h1"><?php echo $g4['title'] ?></h1>
@ -154,9 +155,11 @@ if ($config['cf_include_head']) {
</nav>
</div>
<!-- } 상단 끝 -->
<hr>
<!-- 콘텐츠 시작 { -->
<div id="wrapper">
<div id="aside">
<?php echo outlogin('basic'); // 외부 로그인 ?>