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/themeconf.inc.php

    r26638 r26971  
    1616global $conf;
    1717include(PHPWG_THEMES_PATH.'elegant/admin/upgrade.inc.php');
    18 
     18add_event_handler('loc_begin_picture', 'level_separator_elegant');
     19function level_separator_elegant()
     20{
     21  global $template;
     22  $template->assign( 'LEVEL_SEPARATOR', '#&$' );
     23}
    1924add_event_handler('init', 'set_config_values_elegant');
    2025function set_config_values_elegant()
Note: See TracChangeset for help on using the changeset viewer.