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

load admin batch/boot on main page; legacy batch call fix;

This commit is contained in:
SecretR
2013-02-09 16:02:03 +02:00
parent f18c79277f
commit 6e5f0bfb36
2 changed files with 5 additions and 3 deletions

View File

@@ -205,7 +205,8 @@ EOF;
// ---------------------Latest Stuff ---------------------------
require_once (e_CORE."shortcodes/batch/admin_shortcodes.php");
//require_once (e_CORE."shortcodes/batch/admin_shortcodes.php");
e107::getScBatch('admin');
$text .= $ns->tablerender(ADLAN_LAT_1,$tp->parseTemplate("{ADMIN_LATEST=norender}"),"core-infopanel_latest",true);
$text .= $ns->tablerender(LAN_STATUS,$tp->parseTemplate("{ADMIN_STATUS=norender}"),"core-infopanel_latest",true);