Ignore:
Timestamp:
Feb 16, 2015, 10:02:26 AM (9 years ago)
Author:
plg
Message:

merge r30970 from trunk to branch 2.7

bug 3179 fixed: back merge r26971 (bug:2700) which introduced jBreadCrumb with this bug on Safari and not working. Maybe a future plugin instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.7/themes/elegant/themeconf.inc.php

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