added this no_footer option to non-smartified backend too

This commit is contained in:
Ian 2012-01-31 16:14:03 +01:00
parent 162acc15ad
commit c9b1bfd5dd

View File

@ -503,6 +503,7 @@ if ($use_installer) {
</td>
</tr>
</table>
<?php if (!$no_footer) { ?>
<div class="serendipityAdminFooterSpacer">
<br />
</div>
@ -517,6 +518,7 @@ if ($use_installer) {
?>
</span>
</div>
<?php } ?>
</body>
</html>
<?php