1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 20:57:26 +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); $mes->addSuccess(CHBLAN_33);
} }
$ns->tablerender($caption, $mes->render() . $text);
if(!isset($pref['cb_mod'])) if(!isset($pref['cb_mod']))
{ {
@@ -133,7 +132,7 @@ $text = "
</div> </div>
</form>"; </form>";
$ns->tablerender(CHBLAN_20, $text); $ns->tablerender(CHBLAN_20, $mes->render().$text);
require_once(e_ADMIN."footer.php"); require_once(e_ADMIN."footer.php");
?> ?>