aboutsummaryrefslogtreecommitdiffstats
path: root/include/page_header.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2012-04-15 17:10:16 +0000
committerplegall <plg@piwigo.org>2012-04-15 17:10:16 +0000
commit1833933d74eff76df12dc0eb56172f87c0e5e070 (patch)
tree2134d1fd70f7a2515742e005265120c2e369c4b5 /include/page_header.php
parentf6ed8a00896d44761d4a6eb1e32264780c97494e (diff)
feature 2588: add LEVEL_SEPARATOR for all pages
git-svn-id: http://piwigo.org/svn/trunk@14168 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/page_header.php')
-rw-r--r--include/page_header.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/page_header.php b/include/page_header.php
index e48740a01..cfdf03e74 100644
--- a/include/page_header.php
+++ b/include/page_header.php
@@ -56,6 +56,8 @@ $template->assign(
'PAGE_TITLE' => strip_tags($title),
'U_HOME' => get_gallery_home_url(),
+
+ 'LEVEL_SEPARATOR' => $conf['level_separator'],
));