diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-09-21 18:39:01 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-09-21 18:39:01 +0000 |
commit | c78fff8e6a97a959e0ced47a1460b2029ddb3713 (patch) | |
tree | a1ed16e9374cf0b9fe31186426792c11f34642fe | |
parent | 4a6e2258bac95b05b76b4e5d98d47f311f34fa30 (diff) | |
download | brdo-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.php | 12 |
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>"); - ?> |