From e21c62eb0482a0d1de08ed6291aa5cbf04d86868 Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 16 Feb 2015 09:00:29 +0000 Subject: bug 3179 fixed: back merge r26971 (bug:2700) which introduced jBreadCrumb with this bug on Safari and not working. Maybe a future plugin instead. git-svn-id: http://piwigo.org/svn/trunk@30970 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/elegant/themeconf.inc.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'themes/elegant/themeconf.inc.php') 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() { -- cgit v1.2.3