Theme: Restore footer/copyright on Login page.

This commit is contained in:
reliberate
2016-03-27 03:09:50 -06:00
parent 95cf70bcd2
commit 5864777a64

View File

@@ -1836,8 +1836,14 @@
</span>
</td>
</tr>
<tr>
<td style='width: 100%; height: 40px; vertical-align: bottom;'>
<div id='footer' style='width: 100%;'><span class='footer'>&copy; Copyright 2008 - <?php echo date("Y"); ?> <a href='http://www.fusionpbx.com' class='footer' target='_blank'>fusionpbx.com</a>. All rights reserved.</span></div>
</td>
</tr>
</table>
</div>
<?php
}
?>