모바일 버전으로 링크 삭제

This commit is contained in:
whitedot
2013-02-26 16:41:51 +09:00
parent 2bae1f2a90
commit b287a897b1
3 changed files with 11 additions and 7 deletions

View File

@ -24,12 +24,6 @@ if ($config['cf_include_tail']) {
</div>
</footer>
<?
if (is_mobile()) {
echo '<a href="'.G4_URL.'/?mobile">모바일 버전으로</a>';
}
?>
<?
include_once(G4_PATH."/tail.sub.php");
?>