Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
1aa34188
Commit
1aa34188
authored
Jun 08, 2003
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Bugfix: added trailing slash to URL. Patch
#39
by Al. Fixes bug
#1848
.
parent
4627ade4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/admin.module
modules/admin.module
+1
-1
No files found.
modules/admin.module
View file @
1aa34188
...
...
@@ -90,7 +90,7 @@ function admin_page() {
menu_build
(
"admin"
);
print
"<div id=
\"
menu
\"
>"
;
echo
"<h1><a href=
\"
$base_url
\"
>"
.
variable_get
(
"site_name"
,
"drupal"
)
.
"</a></h1>"
;
echo
"<h1><a href=
\"
$base_url
/
\"
>"
.
variable_get
(
"site_name"
,
"drupal"
)
.
"</a></h1>"
;
print
menu_tree
(
"admin"
)
;
print
"</div>"
;
print
theme_footer
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment