aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2008-10-11 12:55:43 +0000
committerpatdenice <patdenice@piwigo.org>2008-10-11 12:55:43 +0000
commit4fbe0ef6669e1df16b1c4a65b2cb10abada4070e (patch)
tree1b721725eb00699461e636c4edd4b0c3761600ed /plugins
parent9d88e93a99a9e291b5eb4e7b5d768770f662a19e (diff)
- Add known_template function (maybe we can change function name).
- Template extensions are working with menubar blocks templates. git-svn-id: http://piwigo.org/svn/trunk@2712 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins')
-rw-r--r--plugins/LocalFilesEditor/admin.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/plugins/LocalFilesEditor/admin.php b/plugins/LocalFilesEditor/admin.php
index 4f79de16b..2cd5e3afa 100644
--- a/plugins/LocalFilesEditor/admin.php
+++ b/plugins/LocalFilesEditor/admin.php
@@ -184,7 +184,13 @@ switch ($page['tab'])
'mainpage_categories.tpl',
'thumbnails.tpl',
'redirect.tpl',
- // 'menubar.tpl'
+ 'menubar.tpl',
+ 'menubar_categories.tpl',
+ 'menubar_identification.tpl',
+ 'menubar_links.tpl',
+ 'menubar_menu.tpl',
+ 'menubar_specials.tpl',
+ 'menubar_tags.tpl',
'header.tpl',
'footer.tpl',
'index.tpl',