aboutsummaryrefslogtreecommitdiff
path: root/html/functions.php3
diff options
context:
space:
mode:
Diffstat (limited to 'html/functions.php3')
-rw-r--r--html/functions.php38
1 files changed, 0 insertions, 8 deletions
diff --git a/html/functions.php3 b/html/functions.php3
index 1b9bfbe0..864eab3f 100644
--- a/html/functions.php3
+++ b/html/functions.php3
@@ -113,14 +113,6 @@ function date_modified($filename) {
}
}
-/* A link to one of the main pages (must appear in navbar menu) */
-
-function link_root($page,$text) {
- print "<a href=\"index.html?page=" . $page . "\">";
- print $text;
- print "</a>";
-}
-
function small_header($title) {
print $dtd;
print "<html>";