feature 2588: add LEVEL_SEPARATOR for all pages

git-svn-id: http://piwigo.org/svn/trunk@14168 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2012-04-15 17:10:16 +00:00
parent f6ed8a0089
commit 1833933d74
+2
View File
@@ -56,6 +56,8 @@ $template->assign(
'PAGE_TITLE' => strip_tags($title),
'U_HOME' => get_gallery_home_url(),
'LEVEL_SEPARATOR' => $conf['level_separator'],
));