Files
firstgarden-web-gnu/_head.php
2013-01-17 22:38:51 +09:00

9 lines
198 B
PHP

<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
if (G4_IS_MOBILE) {
include_once($g4['path'].'/mobile.head.php');
} else {
include_once($g4['path'].'/head.php');
}
?>