diff options
Diffstat (limited to 'admin/template/goto/header.tpl')
-rw-r--r-- | admin/template/goto/header.tpl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/admin/template/goto/header.tpl b/admin/template/goto/header.tpl index ba45b3be1..04e445004 100644 --- a/admin/template/goto/header.tpl +++ b/admin/template/goto/header.tpl @@ -1,7 +1,6 @@ {* $Id$ *} {* - Warning : This is the admin pages header only don't confuse with the public page header @@ -22,9 +21,6 @@ <link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/template/{$themeconf.template}/default-colors.css"> <link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/template/{$themeconf.template}/theme/{$themeconf.theme}/theme.css"> {known_script id="jquery" src=$ROOT_URL|@cat:"template-common/lib/jquery.packed.js" now=1} {*jQuery is always available by default*} -{known_script id="jquery.ui" src=$ROOT_URL|@cat:"template-common/lib/ui/ui.core.packed.js"} -{known_script id="jquery.ui.resizable" src=$ROOT_URL|@cat:"template-common/lib/ui/ui.resizable.packed.js"} -{known_script id="jquery.growfield" src=$ROOT_URL|@cat:"template-common/lib/plugins/jquery.growfield.packed.js"} {$themeconf.local_head} <script type="text/javascript" src="{$ROOT_URL}template-common/scripts.js"></script> <!--[if lt IE 7]> |