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