summaryrefslogtreecommitdiff
path: root/includes/menu.inc
diff options
context:
space:
mode:
authorKjartan Mannes <kjartan@2.no-reply.drupal.org>2003-02-12 21:37:56 +0000
committerKjartan Mannes <kjartan@2.no-reply.drupal.org>2003-02-12 21:37:56 +0000
commit32989e14dba16192c69cafa6f69138e597311b27 (patch)
treeef73375fa6643b2322a4b3aa933c6f5fe026b899 /includes/menu.inc
parentebd95351401cfc23633671210bf89a6b4b3a7c0b (diff)
downloadbrdo-32989e14dba16192c69cafa6f69138e597311b27.tar.gz
brdo-32989e14dba16192c69cafa6f69138e597311b27.tar.bz2
- Fixed blog.module to accept blog/name URLs as well as blog/id
- Changed the RewriteRule in .htaccess. - Fixed form_select() matching incorrectly. - Added missing $Id$ to menu.inc
Diffstat (limited to 'includes/menu.inc')
-rw-r--r--includes/menu.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/menu.inc b/includes/menu.inc
index d970a1179..780d6582e 100644
--- a/includes/menu.inc
+++ b/includes/menu.inc
@@ -1,4 +1,5 @@
<?php
+// $Id$
function menu_trail() {
@@ -156,4 +157,4 @@ function menu_add($name, $link, $title = NULL, $help = NULL, $parent = NULL, $we
}
}
-?>
+?> \ No newline at end of file