diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-12-06 20:52:44 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-12-06 20:52:44 +0000 |
commit | 1cbbe10bfd88f12f62b9cfc15e2ccd46d5e37b27 (patch) | |
tree | 0c376ec8354a7abb710c0f111fbcc42e6f6e137d /admin/themes/default/template | |
parent | 1e6cae89c30296045b21c39502c1a20a9538dad7 (diff) |
combined script now really merges files
added option $conf['template_combine_files'] by default true to enable/disable file combining
git-svn-id: http://piwigo.org/svn/trunk@8012 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/template/element_set_global.tpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/admin/themes/default/template/element_set_global.tpl b/admin/themes/default/template/element_set_global.tpl index 24cea87ed..d0b9b0322 100644 --- a/admin/themes/default/template/element_set_global.tpl +++ b/admin/themes/default/template/element_set_global.tpl @@ -3,7 +3,6 @@ {footer_script}{literal} pwg_initialization_datepicker("#date_creation_day", "#date_creation_month", "#date_creation_year", "#date_creation_linked_date", "#date_creation_action_set"); -</script> {/literal}{/footer_script} {combine_script id='jquery.fcbkcomplete' load='async' require='jquery' path='themes/default/js/plugins/jquery.fcbkcomplete.js'} |