diff --git a/design/privatefooter.php b/design/privatefooter.php
new file mode 100755
index 0000000..7d65d50
--- /dev/null
+++ b/design/privatefooter.php
@@ -0,0 +1,75 @@
+
+
+
+ if (DEBUG_MODE || check_perms('site_debug')) { ?>
+
+
+
+$Debug->perf_table();
+$Debug->flag_table();
+$Debug->error_table();
+$Debug->sphinx_table();
+$Debug->query_table();
+$Debug->cache_table();
+$Debug->vars_table();
+$Debug->ocelot_table();
+?>
+
+
+ } ?>
+
+
+
+
+
+global $NotificationSpans;
+if (!empty($NotificationSpans)) {
+ foreach ($NotificationSpans as $Notification) {
+ echo "$Notification\n";
+ }
+}
+?>
+
+
+
+
+
+
+
+