aboutsummaryrefslogtreecommitdiffhomepage
path: root/html/functions.php3
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2000-03-19 06:40:30 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2000-03-19 06:40:30 +0000
commit1aea7fca0334e89fbcf69cc7477589e4118b3ebe (patch)
tree0953471fca8b5154ba418473d7016d29f169850b /html/functions.php3
parentc6ab796932dbddb2fffeacf2b8f22ca5dbcf246c (diff)
Improved links, new project on ACS.
Diffstat (limited to 'html/functions.php3')
-rw-r--r--html/functions.php32
1 files changed, 1 insertions, 1 deletions
diff --git a/html/functions.php3 b/html/functions.php3
index c3bb4bc7..715fbafc 100644
--- a/html/functions.php3
+++ b/html/functions.php3
@@ -152,7 +152,7 @@ function footer($filemodified=".") {
function click_to_go_back() {
print "<p>\nClick <a href=\"index.phtml\">here</a> to go back to the ";
- print $project_title;
+ print $project_title; // FIXME: doesn't work.
print " front page.</p>\n";
}