mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 09:04:38 +02:00
Various fixes. deprecated e_linkgen in favour of e_sitelink. Easy and dynamic creation of links. Some common functions added to make loading of e_xxx config() functions easier.
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
* Administration - Site Maintenance
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_handlers/plugin_class.php,v $
|
||||
* $Revision: 1.116 $
|
||||
* $Date: 2009-11-18 01:04:43 $
|
||||
* $Revision: 1.117 $
|
||||
* $Date: 2009-11-20 05:01:31 $
|
||||
* $Author: e107coders $
|
||||
*
|
||||
*/
|
||||
@@ -46,7 +46,8 @@ class e107plugin
|
||||
'e_tagwords',
|
||||
'e_url',
|
||||
'e_cron',
|
||||
'e_mailout'
|
||||
'e_mailout',
|
||||
'e_sitelink'
|
||||
);
|
||||
|
||||
// List of all plugin variables which need to be checked - install required if one or more set and non-empty
|
||||
|
Reference in New Issue
Block a user