diff options
author | rub <rub@piwigo.org> | 2008-10-06 20:07:08 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2008-10-06 20:07:08 +0000 |
commit | 184f006c2c0f2af9a0381dac9f7fbd3792ea87ae (patch) | |
tree | b8bc4fb591de2b2475d4bb6b5bc324e1da46f51d /admin/template/goto/include/datepicker.inc.tpl | |
parent | 1c7db3ac07a57739ce10c2e3db8e89e54da14ae2 (diff) |
Move datepicker.css to template-common.
git-svn-id: http://piwigo.org/svn/trunk@2676 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/goto/include/datepicker.inc.tpl')
-rw-r--r-- | admin/template/goto/include/datepicker.inc.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/template/goto/include/datepicker.inc.tpl b/admin/template/goto/include/datepicker.inc.tpl index e9fd0aea2..2b3baa095 100644 --- a/admin/template/goto/include/datepicker.inc.tpl +++ b/admin/template/goto/include/datepicker.inc.tpl @@ -5,7 +5,7 @@ {known_script id="jquery.ui.datepicker-$lang_info.code" src=$ROOT_URL|@cat:"template-common/lib/ui/i18n/ui.datepicker-"|@cat:$lang_info.code|@cat:".js"} {html_head} -<link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/template/{$themeconf.template}/datepicker.css"> +<link rel="stylesheet" type="text/css" href="{$ROOT_URL}template-common/lib/ui/ui.datepicker.css"> {/html_head} {literal} |