경로 변수 $g4['url'] 등을 G4_URL 과 같은 상수로 변경

This commit is contained in:
gnuboard
2013-02-01 14:23:10 +09:00
parent cf43f77951
commit b4d8615d63
26 changed files with 47 additions and 72 deletions

View File

@ -18,7 +18,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<?
if (is_mobile()) {
echo "<a href=\"{$g4['url']}/?mobile\">모바일 버전으로</a>";
echo '<a href="'.G4_URL.'/?mobile">모바일 버전으로</a>';
}
?>