From: Joey Schulze Date: Wed, 24 Feb 2010 15:38:02 +0000 (+0100) Subject: Move menu into library X-Git-Tag: 2010-06-02_customer~240 X-Git-Url: https://git.infodrom.org/?p=misc%2Fkostenrechnung;a=commitdiff_plain;h=0dd7b92453a41d3df157079310a88c039422cdd5 Move menu into library --- diff --git a/index.php b/index.php index 4dbfdb6..8decdf6 100644 --- a/index.php +++ b/index.php @@ -1,11 +1,12 @@ @@ -21,14 +22,7 @@ $debug = debug_info();
diff --git a/lib/menu.php b/lib/menu.php new file mode 100644 index 0000000..c7190c3 --- /dev/null +++ b/lib/menu.php @@ -0,0 +1,19 @@ + + +
+'; + return $ret; +} + +?> \ No newline at end of file