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);
|
||||
</script>
|
||||
<? } ?>
|
||||
<? if (!defined('G4_IS_ADMIN')) { echo $config['cf_add_script']; } ?>
|
||||
<? echo $config['cf_add_script']; ?>
|
||||
</head>
|
||||
<body>
|
||||
<?
|
||||
|
||||
Reference in New Issue
Block a user