Q:How to disable or Delete Chat that is located backend right bottom?
A: edit
A: edit
Delete the code after 46 linestemplates/admin/inc/footer.php
Code:
<?php
if($h_contents = Hook::run("AdminAreaEndBody")) foreach($h_contents AS $h_content) if($h_content) echo $h_content;
Last edited: