From 691064d133858a31002100d070c33818a75a30bc Mon Sep 17 00:00:00 2001 From: rub Date: Wed, 15 Oct 2008 04:51:03 +0000 Subject: Resolved issue 0000893: 404 errors on template-common/lib/ui/i18n/ui.datepicker-en.js Revert commit 2739 git-svn-id: http://piwigo.org/svn/trunk@2742 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/include/datepicker.inc.tpl | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'template/yoga/include') diff --git a/template/yoga/include/datepicker.inc.tpl b/template/yoga/include/datepicker.inc.tpl index ef6e158d8..871be0ea6 100644 --- a/template/yoga/include/datepicker.inc.tpl +++ b/template/yoga/include/datepicker.inc.tpl @@ -1,22 +1,10 @@ {* $Id$ *} -{php} - global $lang_info; - - $filename = get_root_url()."template-common/lib/ui/i18n/ui.datepicker-".$lang_info['code'].".js"; - - $this->assign('exist_jquery_datepicker_lang', file_exists($filename)); - $this->assign('filename_jquery_datepicker_lang', $filename); -{/php} - {known_script id="jquery" src=$ROOT_URL|@cat:"template-common/lib/jquery.packed.js"} {known_script id="jquery.ui" src=$ROOT_URL|@cat:"template-common/lib/ui/ui.core.packed.js"} {known_script id="jquery.ui.datepicker" src=$ROOT_URL|@cat:"template-common/lib/ui/ui.datepicker.packed.js"} +{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"} {known_script id="datepicker.js" src=$ROOT_URL|@cat:"template-common/datepicker.js"} -{if $exist_jquery_datepicker_lang} -{known_script id="jquery.ui.datepicker-$lang_info.code" src=$filename_jquery_datepicker_lang} -{/if} - {html_head} {/html_head} -- cgit v1.2.3