g4s 코드 적용

This commit is contained in:
chicpro
2013-09-13 14:02:16 +09:00
parent ff7e32825f
commit 1b22f91498
9 changed files with 20 additions and 3 deletions

View File

@ -57,6 +57,10 @@ if(!G4_IS_MOBILE) {
<a href="<?php echo $href; ?>" id="device_change">모바일 버전으로 보기</a>
<?php
}
if ($config['cf_analytics']) {
echo $config['cf_analytics'];
}
?>
<!-- } 하단 끝 -->