Added support for CSS
[infodrom.org/infocon.infodrom.org] / Styles / infocon.style
index d172d4a..2f60704 100644 (file)
@@ -54,6 +54,7 @@ printf "Letzte 
 <head>
 <title><get-var title></title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<link href="<root_prefix>infocon.css" rel="stylesheet" type="text/css">
 </head>
 
 <body bgcolor=#ffffff>
@@ -73,7 +74,8 @@ printf "Letzte 
 <td rowspan=2 align=center>
 
 <:
-    @menu = ('Infos','Dienstleistungen','Shop');
+    # @menu = ('Infos','Dienstleistungen','Shop');
+    @menu = ('Infos','Dienstleistungen');
     %menu_dir = ('Infos'            => 'infos',
                 'Dienstleistungen' => 'service',
                 'Shop'             => 'shop',