1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 00:54:49 +02:00

Plugin category 'menu' added - for menu only installs. (while supporting e_xxxx). siteinfo_shortcodes.php moved to siteinfo plugin: e_shortcode.php

This commit is contained in:
CaMer0n
2009-09-19 17:43:19 +00:00
parent d728309c72
commit c0e66e0f59
5 changed files with 71 additions and 120 deletions

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_handlers/plugin_class.php,v $
| $Revision: 1.89 $
| $Date: 2009-09-18 23:14:00 $
| $Revision: 1.90 $
| $Date: 2009-09-19 17:43:19 $
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
@@ -87,7 +87,7 @@ class e107plugin
'plugin_category' // Plugin Category: settings, users, content, management, tools, misc, about
);
var $accepted_categories = array('settings', 'users', 'content', 'tools', 'manage', 'misc', 'about');
var $accepted_categories = array('settings', 'users', 'content', 'tools', 'manage', 'misc', 'menu', 'about');
var $plug_vars;
var $current_plug;