Theme: Restore footer/copyright on Login page.

This commit is contained in:
reliberate 2016-03-27 03:09:50 -06:00
parent 0899a8e5da
commit 8b360459e1
1 changed files with 6 additions and 0 deletions

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
}
?>