Merge branch 'g5'

This commit is contained in:
chicpro
2013-12-26 18:03:08 +09:00
3 changed files with 49 additions and 1 deletions

View File

@ -89,7 +89,7 @@ if ($is_admin) {
if(G5_IS_MOBILE) {
echo '<script src="'.G5_JS_URL.'/modernizr.custom.70111.js"></script>'.PHP_EOL; // overflow scroll 감지
}
//if(!defined('G5_IS_ADMIN'))
if(!defined('G5_IS_ADMIN'))
echo $config['cf_add_script'];
?>
</head>