source: trunk/themes/elegant/local_head.tpl @ 26998

Last change on this file since 26998 was 26971, checked in by flop25, 10 years ago

bug:2700 implementation of jBreadCrumb
comments appreciated on the bugtracker

File size: 910 bytes
Line 
1{html_style}
2.browsePath ul li span a:before, .browsePath ul li.last:before
3{ldelim}
4  content: "{$LEVEL_SEPARATOR}";
5}
6{/html_style}
7{footer_script}
8  var p_main_menu = "{$elegant.p_main_menu}", p_pict_descr = "{$elegant.p_pict_descr}", p_pict_comment = "{$elegant.p_pict_comment}";
9  jQuery(document).ready(function()
10  {
11      jQuery(".browsePath").jBreadCrumb();
12  })
13{/footer_script}
14{if $BODY_ID=='thePicturePage'}
15        {combine_script id='elegant.scripts_pp' load='footer' require='jquery' path='themes/elegant/scripts_pp.js'}
16{else}
17        {combine_script id='elegant.scripts' load='footer' require='jquery' path='themes/elegant/scripts.js'}
18{/if}
19{combine_script id='jquery.jBreadCrumb' load='footer' require='jquery' path='themes/elegant/js/jquery.jBreadCrumb.js'}
20
21
22<!--[if lt IE 8]>
23                <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/elegant/fix-ie7.css">
24        <![endif]-->
Note: See TracBrowser for help on using the repository browser.