mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
minor fix for phpgw->link()
This commit is contained in:
parent
46480718d0
commit
7e1b914689
@ -23,7 +23,7 @@ The instructions are as follows:
|
|||||||
<p>
|
<p>
|
||||||
<?php
|
<?php
|
||||||
while (list($key, $val) = each($phpgw_info["apps"])) {
|
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>";
|
echo $phpgw_info["apps"][$key]["title"]."</A><BR>";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user