From f7960e7e72ca913e1e67844dec6ff0d40de46d1b Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 14 Dec 2006 00:58:57 +0000 Subject: - plugins admin menu appear now in the admin page menubar - plugins are loaded immediately after loading the config (allow them to hack more of pwg like user init, template init etc...) - trigger event format_exif_data (for picture display only) git-svn-id: http://piwigo.org/svn/trunk@1655 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/admin.tpl | 12 ++++++++++++ template/yoga/admin/plugin.tpl | 8 +------- template/yoga/admin/plugins.tpl | 9 ++------- 3 files changed, 15 insertions(+), 14 deletions(-) (limited to 'template/yoga') diff --git a/template/yoga/admin.tpl b/template/yoga/admin.tpl index 294b39b15..03c1f993b 100644 --- a/template/yoga/admin.tpl +++ b/template/yoga/admin.tpl @@ -71,6 +71,18 @@ +
+
{lang:Plugins}
+
+ +
+
diff --git a/template/yoga/admin/plugin.tpl b/template/yoga/admin/plugin.tpl index 96b0c3ae8..f4b1b838f 100644 --- a/template/yoga/admin/plugin.tpl +++ b/template/yoga/admin/plugin.tpl @@ -1,11 +1,5 @@
-

- - - {plugin_menu.menu_item.NAME} - - -

+

{PLUGIN_TITLE}

diff --git a/template/yoga/admin/plugins.tpl b/template/yoga/admin/plugins.tpl index db661ac95..00d344cac 100644 --- a/template/yoga/admin/plugins.tpl +++ b/template/yoga/admin/plugins.tpl @@ -1,10 +1,5 @@
-

- - - {plugin_menu.menu_item.NAME} - - +

{lang:Plugins}

@@ -24,7 +19,7 @@ {plugins.plugin.DESCRIPTION} - {plugins.plugin.action.L_ACTION} + {plugins.plugin.action.L_ACTION} -- cgit v1.2.3