minor fix for phpgw->link()

This commit is contained in:
skeeter 2000-11-17 05:07:42 +00:00
parent 46480718d0
commit 7e1b914689

View File

@ -23,7 +23,7 @@ The instructions are as follows:
<p>
<?php
while (list($key, $val) = each($phpgw_info["apps"])) {
echo "\n<A HREF='".$phpgw->link("navbar-sel.php")."&filename=".$phpgw_info["server"]["server_root"]."/$key/images/navbar.gif'>";
echo "\n<A HREF=\"".$phpgw->link("navbar-sel.php","filename=".$phpgw_info["server"]["server_root"]."/".$key."/images/navbar.gif")."\">";
echo $phpgw_info["apps"][$key]["title"]."</A><BR>";
}