1
0

added GET/POST noFooter option to backend

please allow this little tweak - it wont harm anybody ... ;-)
This commit is contained in:
Ian
2012-01-31 16:09:31 +01:00
parent e2c95b3904
commit 162acc15ad
2 changed files with 9 additions and 1 deletions

View File

@ -239,12 +239,14 @@
</td>
</tr>
</table>
{if NOT $admin_vars.no_footer}
<div class="serendipityAdminFooterSpacer">
<br />
</div>
<div id="serendipityAdminFooter">
<span>{$admin_vars.version_info}</span>
</div>
{/if}
</body>
<!-- ADMIN-ENTRY TEMPLATE: index.tpl END -->
</html>