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

This commit is contained in:
gnuboard
2013-02-27 11:52:12 +09:00
12 changed files with 147 additions and 45 deletions

View File

@ -185,7 +185,7 @@ if ($member['mb_level'] >= $board['bo_list_level'] && $board['bo_use_list_view']
include_once('./board_tail.php');
echo "\n<!-- 사용스킨 : {$board['bo_skin']} -->\n";
echo "\n<!-- 사용스킨 : {$board_skin_url} -->\n";
include_once(G4_PATH.'/tail.sub.php');
?>