aboutsummaryrefslogtreecommitdiffstats
path: root/themes/elegant/themeconf.inc.php
diff options
context:
space:
mode:
authorflop25 <flop25@piwigo.org>2014-01-25 23:12:34 +0000
committerflop25 <flop25@piwigo.org>2014-01-25 23:12:34 +0000
commit948adde84006257791e5e7239c2c159eeac0d872 (patch)
tree3991e82b9d38e3a42b7d2390a76e836dbf805a1d /themes/elegant/themeconf.inc.php
parented9bdd861baf6f4e6c6b9df39e70591e26b7b3ad (diff)
bug:2700 implementation of jBreadCrumb
comments appreciated on the bugtracker git-svn-id: http://piwigo.org/svn/trunk@26971 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/elegant/themeconf.inc.php')
-rw-r--r--themes/elegant/themeconf.inc.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/themes/elegant/themeconf.inc.php b/themes/elegant/themeconf.inc.php
index d5afc6f6e..e0611ffce 100644
--- a/themes/elegant/themeconf.inc.php
+++ b/themes/elegant/themeconf.inc.php
@@ -15,7 +15,12 @@ $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()
{