aboutsummaryrefslogtreecommitdiff
path: root/html/htmlshow.php
diff options
context:
space:
mode:
authorDavid Aspinall2001-05-01 14:17:52 +0000
committerDavid Aspinall2001-05-01 14:17:52 +0000
commit75ef5af371aa223e8a96607bb85bb20a340e4f47 (patch)
tree4b00b133602af6e905fb616216f0da69f2a8d3b9 /html/htmlshow.php
parentc91ecc2744440c5ae63507f6f56f22c6c5acc202 (diff)
Rename some html files php
Diffstat (limited to 'html/htmlshow.php')
-rw-r--r--html/htmlshow.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/html/htmlshow.php b/html/htmlshow.php
new file mode 100644
index 00000000..d9cb8b46
--- /dev/null
+++ b/html/htmlshow.php
@@ -0,0 +1,5 @@
+<?php
+ require('functions.php3');
+ hack_html($file,$title);
+ footer();
+?>