summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-09-21 18:39:01 +0000
committerDries Buytaert <dries@buytaert.net>2004-09-21 18:39:01 +0000
commitc78fff8e6a97a959e0ced47a1460b2029ddb3713 (patch)
treea1ed16e9374cf0b9fe31186426792c11f34642fe
parent4a6e2258bac95b05b76b4e5d98d47f311f34fa30 (diff)
downloadbrdo-c78fff8e6a97a959e0ced47a1460b2029ddb3713.tar.gz
brdo-c78fff8e6a97a959e0ced47a1460b2029ddb3713.tar.bz2
- Patch #10981 by Ber: removed custom links from configuration file. They are no longer used.
-rw-r--r--includes/conf.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/includes/conf.php b/includes/conf.php
index 3f04f1bcc..90d4dd62c 100644
--- a/includes/conf.php
+++ b/includes/conf.php
@@ -50,16 +50,4 @@ $base_url = "http://localhost";
# If required, update PHP's include path to include your PEAR directory:
// ini_set("include_path", ".:/path/to/pear");
-#
-# Custom navigation links:
-#
-# Custom navigation links override the standard page links offered
-# by most Drupal modules. Administrators may add/remove/reorder all
-# links here. These links are typically displayed in a row near the
-# top of every page.
-// $custom_links = array(
-// "<a href=\"index.php\">home</a>",
-// "<a href=\"blog\">journal</a>",
-// "<a href=\"story\">articles</a>");
-
?>