summaryrefslogtreecommitdiff
path: root/includes/conf.php
diff options
context:
space:
mode:
authorKjartan Mannes <kjartan@2.no-reply.drupal.org>2002-04-02 09:45:57 +0000
committerKjartan Mannes <kjartan@2.no-reply.drupal.org>2002-04-02 09:45:57 +0000
commit1e4308a939723529b665ac7e0e0356950a0507f7 (patch)
tree335e3af799a8e203e4a502f814868d5778cfa48f /includes/conf.php
parent1e8c9d8192d0f8c17c64bcd09f34219f4832b368 (diff)
downloadbrdo-1e4308a939723529b665ac7e0e0356950a0507f7.tar.gz
brdo-1e4308a939723529b665ac7e0e0356950a0507f7.tar.bz2
- made the user information block into two different blocks. One for
login and one for user information. - added link to help in book module (post-patch, see below). - applied various patches: Patch by Greg Tyrelle <greg@tyrelle.net> - tracker module now shows usernames next to comments. Patch by Moshe Weitzman <moshe@wallaware.com> - book module has a more complete help. - added administrative link to export book to html - fixed non book nodes not showing up in trees. Patch by moshe weitzman <weitzman@tejasa.com> - links can be defined in the configuration file.
Diffstat (limited to 'includes/conf.php')
-rw-r--r--includes/conf.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/includes/conf.php b/includes/conf.php
index f0963df62..74bb1f061 100644
--- a/includes/conf.php
+++ b/includes/conf.php
@@ -45,4 +45,13 @@ $themes = array("UnConeD" => array(
# appropriately.
$languages = array("en" => "English");
+# Custom Navigation Links override the standard page links
+# offerred by most Drupal modules. Administrators may
+# add/remove/reorder nav 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=\"\module.php?mod=user\">school</a>",
+# "<a href=\"\module.php?mod=blog\">work</a>");
+
?> \ No newline at end of file