added footer to some sites

This commit is contained in:
2022-04-23 18:40:32 +02:00
parent 61286b3e9e
commit 6f8aff7303
6 changed files with 6 additions and 1 deletions

View File

@@ -13,5 +13,6 @@
«messages()»
«listadminlist()»
«userlist()»
«footer()»
</body>
</html>

View File

@@ -64,6 +64,7 @@
</fieldset>
</form>
«listmembers()»
«footer()»
<script type="text/javascript">
loadListDetail('«data.list»');
</script>

View File

@@ -33,5 +33,6 @@
<button type="submit">Save new user</button>
</fieldset>
</form>
«footer()»
</body>
</html>

View File

@@ -38,5 +38,6 @@
If you won't get a promotion, and just don't want to remember another password, don`t set one.
</fieldset>
</form>
«footer()»
</body>
</html>

View File

@@ -25,5 +25,6 @@
<button type="submit">Un-subscribe</button>
</fieldset>
</form>
«footer()»
</body>
</html>