mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
custom html for enhanced theme
This commit is contained in:
@@ -1605,6 +1605,9 @@ if (strlen($_SESSION['message']) > 0) {
|
||||
<?php
|
||||
$footer .= "© 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>
|
||||
|
||||
Reference in New Issue
Block a user