관리자일 경우에만 cf_add_script 실행
This commit is contained in:
@ -101,7 +101,7 @@ if (!defined('G4_IS_ADMIN')) {
|
|||||||
set_cookie("device_width", screen.width, 6, g4_cookie_domain);
|
set_cookie("device_width", screen.width, 6, g4_cookie_domain);
|
||||||
</script>
|
</script>
|
||||||
<? } ?>
|
<? } ?>
|
||||||
<? echo $config['cf_add_script']; ?>
|
<? if (!defined('G4_IS_ADMIN')) { echo $config['cf_add_script']; } ?>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<?
|
<?
|
||||||
|
|||||||
Reference in New Issue
Block a user