추가 script css 관리자 페이지에서는 출력되지 않도록 수정

This commit is contained in:
chicpro
2013-12-26 17:15:03 +09:00
parent 148b2c74af
commit 7d8a0f7b91

View File

@ -83,7 +83,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>