diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-11-03 06:50:23 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-03 06:50:23 +0000 |
commit | 57dd27fe572b0f7f349a7c858198850a2076bc58 (patch) | |
tree | 87d0744b3ac87e1b3e0ded418d9127236f40c58d | |
parent | 8a4ab78bfb0bbf49e0a1db1e9e0576712bb04bc2 (diff) |
Oops, left out the footer by accident.
-rw-r--r-- | themes/default/views/page.html.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php index 0ed808eb..d5be6f1f 100644 --- a/themes/default/views/page.html.php +++ b/themes/default/views/page.html.php @@ -31,6 +31,7 @@ </div> <?= $sidebar ?> </div> + <?= $footer ?> </div> </body> </html> |