1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 03:24:20 +02:00

Remove deprecated $HEADER / $FOOTER from bootstrap3 theme to avoid confusing developers.

This commit is contained in:
Cameron
2017-02-04 13:45:11 -08:00
parent 479cdd7d8f
commit 238756446c
4 changed files with 57 additions and 254 deletions

View File

@@ -1247,6 +1247,8 @@ class pluginManager{
$text = "";
$plg = e107::getPlug();
foreach($pluginList as $plug)
{
e107::loadLanFiles($plug['plugin_path'],'admin');
@@ -1264,10 +1266,10 @@ class pluginManager{
$plugin_config_icon = "";
if(deftrue('e_DEBUG_PLUGMANAGER'))
{
$plug_vars = e107::getPlug()->getMeta($plug['plugin_path']);
$plg->load($plug['plugin_path']);
$plug_vars = $plg->getMeta();
}
else
{