1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-22 22:25:31 +02:00

Admin login page styling fix.

This commit is contained in:
Cameron
2016-03-22 06:11:37 -07:00
parent 4c50868c93
commit 6616b52ae9
3 changed files with 19 additions and 5 deletions

View File

@@ -422,7 +422,7 @@ else
//$length = ob_get_length();
// $page = ob_get_clean();
// }
unset($tmp1, $tmp1);
@@ -430,7 +430,15 @@ unset($tmp1, $tmp1);
// New - see class2.php
$ehd = new e_http_header;
$ehd->setContent('buffer');
if($tmp)
{
$ehd->setContent('buffer',$tmp['search'],$tmp['replace']);
}
else
{
$ehd->setContent('buffer');
}
unset($tmp1, $tmp1);
$ehd->send();
$page = $ehd->getOutput();
// $ehd->debug();