X-Git-Url: https://git.infodrom.org/?p=infodrom.org%2Finfocon.infodrom.org;a=blobdiff_plain;f=Styles%2Finfocon.style;h=69cd5b8d468841bd107b698407b4eebbf0a204b9;hp=19ddac29ca48f0b3646a9969f45616011b84b9a9;hb=447ee2ad8bb9f08273adb869834588f7fd42949e;hpb=cdecb56206f913a8bb96160f5479e8dbac3463ed diff --git a/Styles/infocon.style b/Styles/infocon.style index 19ddac2..69cd5b8 100644 --- a/Styles/infocon.style +++ b/Styles/infocon.style @@ -91,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"'; @@ -214,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'); +?> +