1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Chatbox admin cleanup, caption and $mes showing again

This commit is contained in:
Moc
2013-05-24 18:59:13 +02:00
parent f981711350
commit 19f75b9ec3

View File

@@ -81,7 +81,6 @@ if (isset($_POST['recalculate']))
$mes->addSuccess(CHBLAN_33);
}
$ns->tablerender($caption, $mes->render() . $text);
if(!isset($pref['cb_mod']))
{
@@ -133,7 +132,7 @@ $text = "
</div>
</form>";
$ns->tablerender(CHBLAN_20, $text);
$ns->tablerender(CHBLAN_20, $mes->render().$text);
require_once(e_ADMIN."footer.php");
?>