summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordeva <deva>2009-04-23 07:42:47 +0000
committerdeva <deva>2009-04-23 07:42:47 +0000
commit0f3ed98adf5505672397f609965173adcef578fc (patch)
treea24d7e4171aebf62d221288102d27970983b4f4b
parent3f1dda1e19e1f77e908df1d49d028d0932d0f1a1 (diff)
Oups... committed the wrong config.php file.
-rw-r--r--utils/config.php21
1 files changed, 0 insertions, 21 deletions
diff --git a/utils/config.php b/utils/config.php
deleted file mode 100644
index 8bdbd15..0000000
--- a/utils/config.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-/* -*- Mode: php; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
-
-function config($var)
-{
- global $TITLE, $PRELOAD, $DEFAULT_PAGE, $MENU;
- switch($var) {
- case 'title':
- return $TITLE;
- case 'preload':
- return $PRELOAD;
- case 'default':
- return $DEFAULT_PAGE;
- case 'menu':
- return $MENU;
- default:
- return $var;
- }
-}
-
-?> \ No newline at end of file