1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 17:44:37 +02:00

New Addon: e_admin.php - extends the admin area fields and processing. Replacement for the old e_hook and e_event addons which were doing the same, but were not compatible with the v2.x admin-ui.

This commit is contained in:
Cameron
2015-04-07 19:49:11 -07:00
parent 6b9256c872
commit d128b52576
8 changed files with 1036 additions and 533 deletions

View File

@@ -27,6 +27,7 @@ class e107plugin
{
// Reserved Addon names.
var $plugin_addons = array(
'e_admin',
'e_bb',
'e_cron',
'e_notify',