diff options
Diffstat (limited to 'html/htmlshow.phtml')
| -rw-r--r-- | html/htmlshow.phtml | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/html/htmlshow.phtml b/html/htmlshow.phtml index 8f6788f0..d9cb8b46 100644 --- a/html/htmlshow.phtml +++ b/html/htmlshow.phtml @@ -1,16 +1,5 @@ <?php require('functions.php3'); - $filename=$HTTP_GET_VARS["file"]; - $title=$HTTP_GET_VARS["title"]; - $type=$HTTP_GET_VARS["type"]; - if ($title=="") { $title = $filename; }; -/* small_header($title); */ - -/* print "<p><pre>\n"; */ - hack_html($filename); -/* print "</pre></p>\n"; - print "<hr>"; - click_to_go_back(); + hack_html($file,$title); footer(); -*/ ?> |
