Fix footer for licensed users

This commit is contained in:
Mike Koch 2016-11-23 21:48:53 -05:00
parent f310039d89
commit cd8588ecd4

View File

@ -52,8 +52,8 @@ if (defined('SHOW_ONLINE'))
// The closing div here is to close the content area on each page. Annoying, but necessary. // The closing div here is to close the content area on each page. Annoying, but necessary.
if (defined('ADMIN_PAGE')) { if (defined('ADMIN_PAGE')) {
echo ' echo '
</div> </div>
<footer class="main-footer">'; </div>';
} }
@ -83,8 +83,4 @@ WN0X1RvX0hQIj5TeXNBaWQ8L2E+PC9zcGFuPjwvcD4nOw0KfQ0KZWNobyAnPC90ZD48L3RyPjwvdGFib
GU+PC9kaXY+JzsNCmluY2x1ZGUoSEVTS19QQVRIIC4gJ2Zvb3Rlci50eHQnKTsNCmVjaG8gJzwvYm9ke GU+PC9kaXY+JzsNCmluY2x1ZGUoSEVTS19QQVRIIC4gJ2Zvb3Rlci50eHQnKTsNCmVjaG8gJzwvYm9ke
T48L2h0bWw+Jzs=',"\112"); T48L2h0bWw+Jzs=',"\112");
if (defined('ADMIN_PAGE')) {
echo '</footer>';
}
exit(); exit();