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

Last change on this file since 27212 was 27212, checked in by mistic100, 10 years ago

missing ; in elegant javascript, causing unexpected errors with following scripts

File size: 908 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      jQuery(".browsePath").jBreadCrumb();
11  });
12{/footer_script}
13{if $BODY_ID=='thePicturePage'}
14        {combine_script id='elegant.scripts_pp' load='footer' require='jquery' path='themes/elegant/scripts_pp.js'}
15{else}
16        {combine_script id='elegant.scripts' load='footer' require='jquery' path='themes/elegant/scripts.js'}
17{/if}
18{combine_script id='jquery.jBreadCrumb' load='footer' require='jquery' path='themes/elegant/js/jquery.jBreadCrumb.js'}
19
20
21<!--[if lt IE 8]>
22                <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/elegant/fix-ie7.css">
23        <![endif]-->
Note: See TracBrowser for help on using the repository browser.