- Patch #10981 by Ber: removed custom links from configuration file. They are no longer used.

4.5.x
Dries Buytaert 2004-09-21 18:39:01 +00:00
parent 4a6e2258ba
commit c78fff8e6a
1 changed files with 0 additions and 12 deletions

View File

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