Ignore:
Timestamp:
Jan 26, 2014, 12:12:34 AM (10 years ago)
Author:
flop25
Message:

bug:2700 implementation of jBreadCrumb
comments appreciated on the bugtracker

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/elegant/local_head.tpl

    r23251 r26971  
     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}
    17{footer_script}
    28  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  })
    313{/footer_script}
    414{if $BODY_ID=='thePicturePage'}
     
    717        {combine_script id='elegant.scripts' load='footer' require='jquery' path='themes/elegant/scripts.js'}
    818{/if}
    9         <!--[if lt IE 8]>
     19{combine_script id='jquery.jBreadCrumb' load='footer' require='jquery' path='themes/elegant/js/jquery.jBreadCrumb.js'}
     20
     21
     22<!--[if lt IE 8]>
    1023                <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/elegant/fix-ie7.css">
    1124        <![endif]-->
Note: See TracChangeset for help on using the changeset viewer.