diff options
Diffstat (limited to 'html/smallpage.phtml')
| -rw-r--r-- | html/smallpage.phtml | 6 |
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(); +?> |
