From 50fdaf7340fdaeb6b687d9bd7261f6518e6f2421 Mon Sep 17 00:00:00 2001
From: Robert Sesek <rsesek@bluestatic.org>
Date: Tue, 4 Jun 2013 10:01:31 -0400
Subject: [PATCH] Add an admin_footer template.

---
 admin/templates/admin_footer.tpl | 5 +++++
 admin/templates/admin_index.tpl  | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)
 create mode 100644 admin/templates/admin_footer.tpl

diff --git a/admin/templates/admin_footer.tpl b/admin/templates/admin_footer.tpl
new file mode 100644
index 0000000..3d1d986
--- /dev/null
+++ b/admin/templates/admin_footer.tpl
@@ -0,0 +1,5 @@
+
+</body>
+</html>
+
+{%= Bugdar::$db->ConstructHTMLDebugBlock() | raw %}
\ No newline at end of file
diff --git a/admin/templates/admin_index.tpl b/admin/templates/admin_index.tpl
index 7da3efa..0df6200 100644
--- a/admin/templates/admin_index.tpl
+++ b/admin/templates/admin_index.tpl
@@ -14,4 +14,4 @@ Hello World via Templates
 </div>
 {% endif %}
 
-{%= Bugdar::$db->ConstructHTMLDebugBlock() | raw %}
\ No newline at end of file
+{%#import 'admin_footer'%}
\ No newline at end of file
-- 
2.43.5