Change the copyright footer as previous one would show up over the content in the CDR details, and dialplan details.;
This commit is contained in:
parent
be274a13c6
commit
bd5693bc37
|
|
@ -1337,8 +1337,17 @@ legend {
|
|||
<?php
|
||||
}
|
||||
|
||||
$copyright .= "© Copyright 2008 - ".date("Y")." <a href='http://www.fusionpbx.com' class='copyright' target='_blank'>fusionpbx.com</a>. All rights reserved.\n";
|
||||
echo "<div id='copyright' style='position: absolute; z-index; 10000;'><span class='copyright'>".$copyright."</span></div>";
|
||||
//if (substr($_SERVER['PHP_SELF'], -9) != "login.php") {
|
||||
//$copyright .= "© Copyright 2008 - ".date("Y")." <a href='http://www.fusionpbx.com' class='copyright' target='_blank'>fusionpbx.com</a>. All rights reserved.\n";
|
||||
//echo "<div id='copyright' style='position: absolute; z-index; 10000;'><span class='copyright'>".$copyright."</span></div>";
|
||||
//}
|
||||
//else {
|
||||
echo "<!--\n";
|
||||
echo " http://www.fusionpbx.com \n";
|
||||
echo " Copyright 2008 - ".date("Y")." \n";
|
||||
echo " All rights reserved.\n";
|
||||
echo "-->\n";
|
||||
//}
|
||||
?>
|
||||
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Reference in New Issue