From c78fff8e6a97a959e0ced47a1460b2029ddb3713 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 21 Sep 2004 18:39:01 +0000 Subject: - Patch #10981 by Ber: removed custom links from configuration file. They are no longer used. --- includes/conf.php | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'includes/conf.php') 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( -// "home", -// "journal", -// "articles"); - ?> -- cgit v1.2.3