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 @@ -$title\n"; - - $ret = << - - - - - Comedi - The Linux Control and Measurement Interface - - - - - - - - -
- -
-Comedi - The Linux Control and Measurement Interface -
-
-
- -
- - - - -
- -Index - - -
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 = << -
- - -EOF; - return $ret; - } - -?>