aboutsummaryrefslogtreecommitdiffstats
path: root/themes/elegant/local_head.tpl
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2015-02-16 09:00:29 +0000
committerplegall <plg@piwigo.org>2015-02-16 09:00:29 +0000
commite21c62eb0482a0d1de08ed6291aa5cbf04d86868 (patch)
tree29c18b5a7b23f28f98fb81e3e035b4c5b0013a3b /themes/elegant/local_head.tpl
parent0a83bf28adeaf18be99e9e9f978b839caf6346a1 (diff)
bug 3179 fixed: back merge r26971 (bug:2700) which introduced jBreadCrumb with this bug on Safari and not working. Maybe a future plugin instead.
git-svn-id: http://piwigo.org/svn/trunk@30970 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/elegant/local_head.tpl')
-rw-r--r--themes/elegant/local_head.tpl14
1 files changed, 1 insertions, 13 deletions
diff --git a/themes/elegant/local_head.tpl b/themes/elegant/local_head.tpl
index 47124ce72..8c2b4045c 100644
--- a/themes/elegant/local_head.tpl
+++ b/themes/elegant/local_head.tpl
@@ -1,23 +1,11 @@
-{html_style}
-.browsePath ul li span a:before, .browsePath ul li.last:before
-{ldelim}
- content: "{$LEVEL_SEPARATOR}";
-}
-{/html_style}
{footer_script}
var p_main_menu = "{$elegant.p_main_menu}", p_pict_descr = "{$elegant.p_pict_descr}", p_pict_comment = "{$elegant.p_pict_comment}";
- jQuery(document).ready(function() {
- jQuery(".browsePath").jBreadCrumb();
- });
{/footer_script}
{if $BODY_ID=='thePicturePage'}
{combine_script id='elegant.scripts_pp' load='footer' require='jquery' path='themes/elegant/scripts_pp.js'}
{else}
{combine_script id='elegant.scripts' load='footer' require='jquery' path='themes/elegant/scripts.js'}
{/if}
-{combine_script id='jquery.jBreadCrumb' load='footer' require='jquery' path='themes/elegant/js/jquery.jBreadCrumb.js'}
-
-
-<!--[if lt IE 8]>
+ <!--[if lt IE 8]>
<link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/elegant/fix-ie7.css">
<![endif]-->