diff options
author | plegall <plg@piwigo.org> | 2015-02-16 09:02:26 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2015-02-16 09:02:26 +0000 |
commit | 3e8f2b4c345fcc2f1a75ebaebb23f6afa0ef2cec (patch) | |
tree | ca5021262c2ebe0814f02a0a9452dc188b89df80 /themes/elegant/themeconf.inc.php | |
parent | abce055ecb3c859f65ab8b4695c1fcb591a28111 (diff) |
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.
git-svn-id: http://piwigo.org/svn/branches/2.7@30971 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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() { |