From 0dd7b92453a41d3df157079310a88c039422cdd5 Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Wed, 24 Feb 2010 16:38:02 +0100 Subject: [PATCH] Move menu into library --- index.php | 12 +++--------- lib/menu.php | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+), 9 deletions(-) create mode 100644 lib/menu.php 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 -- 2.20.1