aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2008-10-11 12:57:31 +0000
committerpatdenice <patdenice@piwigo.org>2008-10-11 12:57:31 +0000
commitf72c8de387c15f5e57d720857ae4bf93be2d826a (patch)
tree1b721725eb00699461e636c4edd4b0c3761600ed /plugins
parentf2b0b09a0a6e4ee442325953c534bfffe185d981 (diff)
Merge from trunk 2712:
- 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/branches/2.0@2713 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',