Page 1 of 1

Patch - adding trailing slash to "admin" in dhtml

Posted: Tue Oct 26, 2004 7:13 pm
by Thomas Bøge
Please add a trailing slash to the admin-link.

--- function.dhtmlmenu.php 2004-10-26 21:11:42.000000000 +0200
+++ new/function.dhtmlmenu.php 2004-10-26 21:12:42.000000000 +0200
@@ -71,7 +71,7 @@

if ($showadmin == 1) {
$menu .= ".|---\n";
- $menu .= ".|Admin|admin\n";
+ $menu .= ".|Admin|admin;\n";
}

$text = '

Patch - adding trailing slash to "admin" in dhtml

Posted: Tue Oct 26, 2004 10:33 pm
by Ted
Well, that patch adds a ; to the end, but I got the idea. :) It's added.

Thanks!