aboutsummaryrefslogtreecommitdiffstats
path: root/themes/elegant/themeconf.inc.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2015-02-16 09:00:29 +0000
committerplegall <plg@piwigo.org>2015-02-16 09:00:29 +0000
commite21c62eb0482a0d1de08ed6291aa5cbf04d86868 (patch)
tree29c18b5a7b23f28f98fb81e3e035b4c5b0013a3b /themes/elegant/themeconf.inc.php
parent0a83bf28adeaf18be99e9e9f978b839caf6346a1 (diff)
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
Diffstat (limited to '')
-rw-r--r--themes/elegant/themeconf.inc.php7
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()
{