aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/header.tpl
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2010-12-06 15:39:51 +0000
committerpatdenice <patdenice@piwigo.org>2010-12-06 15:39:51 +0000
commit1e6cae89c30296045b21c39502c1a20a9538dad7 (patch)
treef1d24290e1db86dff98b336608f894642ab26b88 /admin/themes/default/template/header.tpl
parentbbd63f0088fe3ee5ea491ac5da03d8b68b5b1a0b (diff)
Missing quote in header.tpl.
Add $id to script class (needed in cmp_by_mode_and_order function). git-svn-id: http://piwigo.org/svn/trunk@8008 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--admin/themes/default/template/header.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/header.tpl b/admin/themes/default/template/header.tpl
index b2ef91944..4da026cf3 100644
--- a/admin/themes/default/template/header.tpl
+++ b/admin/themes/default/template/header.tpl
@@ -25,7 +25,7 @@
{get_combined_scripts load='header'}
<!-- END get_combined_scripts -->
-{combine_script id='jquery' path='themes/default/js/jquery.packed.js}
+{combine_script id='jquery' path='themes/default/js/jquery.packed.js'}
<!--[if lt IE 7]>
<script type="text/javascript" src="{$ROOT_URL}themes/default/js/pngfix.js"></script>