aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorDavid Aspinall2000-02-29 08:14:19 +0000
committerDavid Aspinall2000-02-29 08:14:19 +0000
commit191d2381383576373368bd0712355e668d9a2ea6 (patch)
tree6ab37c333549d982e75a171e5bca3d670e25e272 /html
parent624b841e56e8a252ac8bed2b178b414a7969df44 (diff)
Include html in a small page via this page.
Diffstat (limited to 'html')
-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();
+?>