mirror of
https://github.com/e107inc/e107.git
synced 2025-08-27 16:20:13 +02:00
Removed admin_template from bootstrap3. Using core template instead. Switched admin navigation parser to simpleParse()
This commit is contained in:
@@ -1386,8 +1386,7 @@ i.e-cat_users-32{ background-position: -555px 0; width: 32px; height: 32px; }
|
||||
}
|
||||
|
||||
|
||||
// $text .= preg_replace($search, $replace, $temp);
|
||||
$text .= $tp->parseTemplate($temp, false, $replace); // ($search, $replace, $temp);
|
||||
$text .= $tp->simpleParse($temp, $replace);
|
||||
// echo "<br />".$title." act=".$act;
|
||||
//print_a($e107_vars[$act]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user