diff --git a/adm/admin.head.php b/adm/admin.head.php
index 90b07d8d7..56e1131c2 100644
--- a/adm/admin.head.php
+++ b/adm/admin.head.php
@@ -41,6 +41,8 @@ function print_menu2($key, $no)
?>
diff --git a/theme/basic/head.sub.php b/theme/basic/head.sub.php
index 6eb194fdc..33998c4e1 100644
--- a/theme/basic/head.sub.php
+++ b/theme/basic/head.sub.php
@@ -61,11 +61,6 @@ var g5_bo_table = "";
var g5_sca = "";
var g5_editor = "";
var g5_cookie_domain = "";
-
@@ -75,6 +70,8 @@ if ($is_admin) {
if(G5_IS_MOBILE) {
echo ''.PHP_EOL; // overflow scroll 감지
}
+if(!defined('G5_IS_ADMIN'))
+ echo $config['cf_add_script'];
?>