1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-20 04:32:01 +02:00

Admin shortcodes manually loaded

This commit is contained in:
SecretR 2013-02-08 16:50:35 +02:00
parent 65d8985571
commit f6c1c1e728

View File

@ -324,8 +324,10 @@ if (!function_exists("parse_admin"))
{
function parse_admin($ADMINLAYOUT)
{
global $tp;
e107::getScBatch('admin');
$tp = e107::getParser();
$adtmp = explode("\n", $ADMINLAYOUT);
for ($a = 0; $a < count($adtmp); $a++)
{
if (preg_match("/{.+?}/", $adtmp[$a]))