From a5295366dff80d8fed04c0fcf6c3d341bcc3bad8 Mon Sep 17 00:00:00 2001 From: Mzhelskiy Maxim Date: Tue, 8 Jan 2013 16:59:44 +0400 Subject: [PATCH] fix config js --- config/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.php b/config/config.php index 0f1e0a0f..84d717c7 100644 --- a/config/config.php +++ b/config/config.php @@ -235,8 +235,8 @@ $config['head']['default']['js'] = array( "___path.root.engine_lib___/external/jquery/jquery.placeholder.min.js", "___path.root.engine_lib___/external/jquery/jquery.charcount.js", "___path.root.engine_lib___/external/prettify/prettify.js", - "___path.root.engine_lib___/internal/template/js/main.js", - "___path.root.engine_lib___/internal/template/js/hook.js", + "___path.root.server___/templates/framework/js/main.js", + "___path.root.server___/templates/framework/js/hook.js", ); $config['head']['default']['css'] = array( "___path.static.skin___/css/reset.css",