diff --git a/lib/template.php b/lib/template.php deleted file mode 100644 index bfb11e4..0000000 --- a/lib/template.php +++ /dev/null @@ -1,90 +0,0 @@ -
![]() |
-
Introduction - Download - Documentation - Mailing list - Supported hardware - Manufacturers - Bug Tracking - - - - - -Links - - - Linux - Debian - RTAI - David Schleef - - - |
-
-EOF;
- return $ret;
- }
-
- function get_footer() {
- global $local_prefix, $clean;
- $prefix = $local_prefix;
-
- if ($clean==1)
- return "\n";
-
- $ret = << |