diff options
-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>"); - ?> |