X-Git-Url: https://git.infodrom.org/?p=infodrom.org%2Finfocon.infodrom.org;a=blobdiff_plain;f=Styles%2Finfocon.style;h=69cd5b8d468841bd107b698407b4eebbf0a204b9;hp=bae17453ee7d95b4014a6e3924232c708bb6a04e;hb=890dfaccc6b872998fa8495c92eb2afb51616875;hpb=f38645a33376eaa0f9965bebac06665b97edb08b;ds=sidebyside diff --git a/Styles/infocon.style b/Styles/infocon.style index bae1745..69cd5b8 100644 --- a/Styles/infocon.style +++ b/Styles/infocon.style @@ -48,6 +48,10 @@ printf "Letzte > > +> + > # Titel im linken Submenü > @@ -64,14 +68,7 @@ printf "Letzte - + @@ -94,13 +91,15 @@ printf "Letzte <: # @menu = ('Infos','Dienstleistungen','Shop'); - @menu = ('Infos','Dienstleistungen'); + @menu = ('Infos','Dienstleistungen', 'Logbook'); %menu_dir = ('Infos' => 'infos', 'Dienstleistungen' => 'service', + 'Logbook' => 'logbook', 'Shop' => 'shop', ); %menu_width = ('Infos' => 50, 'Dienstleistungen' => 120, + 'Logbook' => 62, 'Shop' => 50, ); $menu_default = 'hspace="4" vspace="7" height="18" align="middle" border="0"'; @@ -217,3 +216,18 @@ printf "Letzte + + + 1) { + if (file_exists($dir.'/config.php')) { + require_once($dir.'/config.php'); + break; + } + $dir = dirname($dir); +} + +require_once('/future.php'); +?> +