From 08ab36ffac1ca711b5630dfc7e1d8a6cc8486381 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Thu, 24 Jun 1999 14:42:20 +0000 Subject: Support for version 3 browsers added. --- html/functions.php3 | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'html/functions.php3') diff --git a/html/functions.php3 b/html/functions.php3 index 4a019784..abba6128 100644 --- a/html/functions.php3 +++ b/html/functions.php3 @@ -32,14 +32,11 @@ function dt($string) { print ""; } -/* Automatic footnotes! */ - -/* FIXME: for now, do nothing. */ +/* Automatic footnotes? */ +/* FIXME: for now, just inline them. */ function footnote ($text) { - print "

[" - . $text . "]

"; - + print "

[" . $text . "]

"; } /* A hyper-link with optional mouse over text. @@ -107,11 +104,15 @@ function small_header($title) { print "

" . $title . "

\n\n\n"; } +/* FIXME: improve this function */ + function footer($filemodified=".") { include('footer.phtml'); date_modified($filemodified); print "\n"; - print "\n\n"; + print "\n"; + print "\n"; /* Naughty stuff for older browsers, shouldn't do if V4 */ + print "\n"; } function click_to_go_back() { -- cgit v1.2.3