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

8 lines
190 B
PHP

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