From 948adde84006257791e5e7239c2c159eeac0d872 Mon Sep 17 00:00:00 2001 From: flop25 Date: Sat, 25 Jan 2014 23:12:34 +0000 Subject: bug:2700 implementation of jBreadCrumb comments appreciated on the bugtracker git-svn-id: http://piwigo.org/svn/trunk@26971 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/elegant/local_head.tpl | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'themes/elegant/local_head.tpl') diff --git a/themes/elegant/local_head.tpl b/themes/elegant/local_head.tpl index 8c2b4045c..a342df6b8 100644 --- a/themes/elegant/local_head.tpl +++ b/themes/elegant/local_head.tpl @@ -1,11 +1,24 @@ +{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} - -- cgit v1.2.3