aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--html/smallpage.phtml6
1 files changed, 6 insertions, 0 deletions
diff --git a/html/smallpage.phtml b/html/smallpage.phtml
new file mode 100644
index 00000000..64f538a3
--- /dev/null
+++ b/html/smallpage.phtml
@@ -0,0 +1,6 @@
+<?php
+ require('functions.php3');
+ small_header($title);
+ include($file);
+ footer();
+?>