Page 1 of 1

Add Site Info at the bottom

Posted: Wed Apr 30, 2008 1:02 pm
by dusman
Hi there,

Just add a small add on to ZM;

open zm_html.php

add the line "include ("site_info.php");

sample of site_info.php could be the following; check the view type (where you may want the information be displayed.)


<?php
//check view type
if ($view =="console" || $view=="login" || $view=="logout") {
?>

<center>
<p>
<b>
<font color=red>If you see unusual things, remember to contact the following<br></font>
alarm@blalbla.com<br>
Management Office: 911
</b>
</P>
</center>

<?php } ?>