With the addition of the Plugins feature a link was added to the global
navigation in the "More" submenu. I think this is unnecessary. The
global navigation should be limited to primary Koha functons.

This patch removes the link. To test, apply the patch and confirm that
there is no longer a link to Plugins in the header navigation under
"More."
---
 .../intranet-tmpl/prog/en/includes/header.inc      |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc 
b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc
index d75b36e..4a26d79 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc
+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc
@@ -30,9 +30,6 @@
                             [% IF ( CAN_user_tools ) %]
                             <li><a 
href="/cgi-bin/koha/tools/tools-home.pl">Tools</a></li>
                             [% END %]
-                            [% IF ( UseKohaPlugins && CAN_user_plugins ) %]
-                            <li><a 
href="/cgi-bin/koha/plugins/plugins-home.pl">Plugins</a></li>
-                            [% END %]
                             [% IF ( CAN_user_parameters ) %]
                             <li><a 
href="/cgi-bin/koha/admin/admin-home.pl">Administration</a></li>
                             [% END %]
-- 
1.7.9.5
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to