1
0
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:
Cameron
2021-01-27 12:53:45 -08:00
parent e45a3a7b55
commit d7aadf5012
3 changed files with 1 additions and 335 deletions

View File

@@ -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]);
}