aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/template/include
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2010-12-10 06:21:15 +0000
committerrvelices <rv-github@modusoptimus.com>2010-12-10 06:21:15 +0000
commitacd3b90822cf9104307b76fbde980fec40245f51 (patch)
tree245372e8c7dc9f34b89a40480458927a32e74977 /themes/default/template/include
parent20a45721f56377711cc99369fc742aed20cd0911 (diff)
first sprite usage on picture page
git-svn-id: http://piwigo.org/svn/trunk@8066 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template/include')
-rw-r--r--themes/default/template/include/datepicker.inc.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/template/include/datepicker.inc.tpl b/themes/default/template/include/datepicker.inc.tpl
index 9308fd3ff..636b6b9cb 100644
--- a/themes/default/template/include/datepicker.inc.tpl
+++ b/themes/default/template/include/datepicker.inc.tpl
@@ -4,10 +4,10 @@
{combine_script id='jquery.ui.datepicker' load='footer' require='jquery.ui' path='themes/default/js/ui/packed/ui.datepicker.packed.js'}
{combine_script id='datepicker.js' load='footer' require='jquery.ui.datepicker' path='themes/default/js/datepicker.js'}
-{assign var="datepicker_language" value="themes/default/js/ui/i18n/ui.datepicker-"|@cat:$lang_info.code|@cat:".js"}
+{assign var="datepicker_language" value="themes/default/js/ui/i18n/ui.datepicker-`$lang_info.code`.js"}
{if "PHPWG_ROOT_PATH"|@constant|@cat:$datepicker_language|@file_exists}
-{combine_script id="jquery.ui.datepicker-$lang_info.code" path=$datepicker_language}
+{combine_script id="jquery.ui.datepicker-$lang_info.code" load='footer' path=$datepicker_language}
{/if}
{combine_css path="themes/default/js/ui/theme/ui.datepicker.css"}