Merge branch 'master' of github.com:gnuboard/g4s
This commit is contained in:
@ -265,5 +265,5 @@ if (isset($page)) $arr_query[] = 'page='.$page;
|
||||
$qstr = implode("&", $arr_query);
|
||||
|
||||
// 관리자에서는 추가 스크립트는 사용하지 않는다.
|
||||
$config['cf_add_script'] = '';
|
||||
//$config['cf_add_script'] = '';
|
||||
?>
|
||||
@ -76,6 +76,7 @@ if ($is_admin) {
|
||||
if(G4_IS_MOBILE) {
|
||||
echo '<script> set_cookie("device_width", screen.width, 6, g4_cookie_domain); </script>'.PHP_EOL;
|
||||
}
|
||||
if(!defined('G4_IS_ADMIN'))
|
||||
echo $config['cf_add_script'];
|
||||
?>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user