added session support for folks without cookies.

This commit is contained in:
pjw 2000-11-17 04:35:25 +00:00
parent d44b25674b
commit 46480718d0

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='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>";
}