custom html for enhanced theme

This commit is contained in:
luis daniel lucio quiroz
2015-03-12 18:20:17 +00:00
parent 2c8aa55cc3
commit 72ce214a1f
3 changed files with 7 additions and 4 deletions

View File

@@ -1605,6 +1605,9 @@ if (strlen($_SESSION['message']) > 0) {
<?php
$footer .= "&copy; Copyright 2008 - ".date("Y")." <a href='http://www.fusionpbx.com' class='footer' target='_blank'>fusionpbx.com</a>. All rights reserved.\n";
echo "<div id='footer' style='position: absolute; z-index; 10000;'><span class='footer'>".$footer."</span></div>\n";
if (isset($_SESSION['theme']['bottom_html']['text'])){
echo $_SESSION['theme']['bottom_html']['text'];
}
?>
</body>