From 3e8f2b4c345fcc2f1a75ebaebb23f6afa0ef2cec Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 16 Feb 2015 09:02:26 +0000 Subject: merge r30970 from trunk to branch 2.7 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/branches/2.7@30971 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/elegant/local_head.tpl | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'themes/elegant/local_head.tpl') 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'} - - - -- cgit v1.2.3