1
0

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