summaryrefslogtreecommitdiff
path: root/tpl/general/static.php
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/general/static.php')
-rw-r--r--tpl/general/static.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tpl/general/static.php b/tpl/general/static.php
new file mode 100644
index 0000000..0ae27fe
--- /dev/null
+++ b/tpl/general/static.php
@@ -0,0 +1,4 @@
+<?php
+require("top.php");
+echo $text;
+require("bottom.php");