diff options
Diffstat (limited to 'themes/elegant/themeconf.inc.php')
-rw-r--r-- | themes/elegant/themeconf.inc.php | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/themes/elegant/themeconf.inc.php b/themes/elegant/themeconf.inc.php index d32e77741..fc6a52295 100644 --- a/themes/elegant/themeconf.inc.php +++ b/themes/elegant/themeconf.inc.php @@ -15,12 +15,7 @@ $themeconf = array( // Need upgrade? global $conf; include(PHPWG_THEMES_PATH.'elegant/admin/upgrade.inc.php'); -add_event_handler('loc_begin_picture', 'level_separator_elegant'); -function level_separator_elegant() -{ - global $template; - $template->assign( 'LEVEL_SEPARATOR', '#&$' ); -} + add_event_handler('init', 'set_config_values_elegant'); function set_config_values_elegant() { |