import of Diogenes 0.9.18
[diogenes.git] / templates / header / status.tpl
diff --git a/templates/header/status.tpl b/templates/header/status.tpl
new file mode 100644 (file)
index 0000000..570dc94
--- /dev/null
@@ -0,0 +1,7 @@
+{if $status}
+<pre>
+{foreach from=$status item=mystatus}
+{$mystatus}
+{/foreach}
+</pre>
+{/if}