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

Added e_dashboard.php for use in adding custom charts (in new tabs). e_status and e_latest should also be included in this single class. Example coming soon.

This commit is contained in:
Cameron
2015-01-09 21:43:16 -08:00
parent 72e05b933c
commit cc0c2dde8d
2 changed files with 25 additions and 26 deletions

View File

@@ -36,19 +36,20 @@ class e107plugin
'e_meta',
'e_emailprint',
'e_frontpage',
'e_latest',
'e_status',
'e_latest', // @TODO Move inside e_dashboard as latest()
'e_status', // @TODO Move inside e_dashboard as status()
'e_search',
'e_shortcode',
'e_module',
'e_event',
'e_comment',
'e_sql',
'e_dashboard', // Admin Front-Page addon.
// 'e_userprofile', @deprecated @see e_user
'e_header',
// 'e_userinfo', @deprecated @see e_user
'e_tagwords',
'e_url',
'e_url', // simple mod-rewrite.
'e_mailout',
'e_sitelink',