mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
added session support for folks without cookies.
This commit is contained in:
parent
d44b25674b
commit
46480718d0
@ -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='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