환경설정의 추가 css, script 를 관리자 화면에서도 노출하도록 수정
This commit is contained in:
@ -70,7 +70,7 @@ var g4_cookie_domain = "<?=G4_COOKIE_DOMAIN?>";
|
|||||||
set_cookie("device_width", screen.width, 6, g4_cookie_domain);
|
set_cookie("device_width", screen.width, 6, g4_cookie_domain);
|
||||||
</script>
|
</script>
|
||||||
<? } ?>
|
<? } ?>
|
||||||
<? if (!defined('G4_IS_ADMIN')) { echo $config['cf_add_script']; } ?>
|
<? echo $config['cf_add_script']; ?>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<?
|
<?
|
||||||
|
|||||||
Reference in New Issue
Block a user