diff options
Diffstat (limited to 'tpl/general/static.php')
-rw-r--r-- | tpl/general/static.php | 4 |
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"); |