summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/admin_default/views/admin.html.php6
-rw-r--r--themes/default/views/footer.html.php1
2 files changed, 5 insertions, 2 deletions
diff --git a/themes/admin_default/views/admin.html.php b/themes/admin_default/views/admin.html.php
index 6aa5c3c9..0bd90237 100644
--- a/themes/admin_default/views/admin.html.php
+++ b/themes/admin_default/views/admin.html.php
@@ -22,6 +22,7 @@
</head>
<body>
+ <?= $theme->admin_page_top() ?>
<div id="doc4" class="yui-t5 gView">
<div id="hd">
<div id="gHeader">
@@ -58,16 +59,17 @@
</form>
</div>
- <?= $theme->sidebar_blocks() ?>
+ <?= $theme->admin_sidebar_blocks() ?>
</div>
</div>
<div id="ft">
<div id="gFooter">
+ <?= $theme->admin_footer(); ?>
Footer
</div>
</div>
</div>
-
+ <?= $theme->admin_page_bottom() ?>
</body>
</html>
diff --git a/themes/default/views/footer.html.php b/themes/default/views/footer.html.php
index 7f011735..b5f842b7 100644
--- a/themes/default/views/footer.html.php
+++ b/themes/default/views/footer.html.php
@@ -1,4 +1,5 @@
<? defined("SYSPATH") or die("No direct script access."); ?>
+<?= $theme->footer() ?>;
<ul id="gCredits">
<li class="first"> Powered by <a href="http://gallery.menalto.com">Gallery3</a> </li>
<?= $theme->credits() ?>