Changeset 157 for trunk/includes/pages/gearth/gearth_download.php
- Timestamp:
- 03/12/2006 07:16:30 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/includes/pages/gearth/gearth_download.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/pages/gearth/gearth_download.php
r146 r157 72 72 } 73 73 if ($value['total_clients'] != 0) $xml2 .= $lang['clients'].": ".$value['total_clients']."<br />"; 74 //if ($value['total_client_on_ap'] != 0) $xml2 .= "Client on: ".$value['total_client_on_ap']." Access Point(s)<br />"; 75 $xml2 .= "<a href=\"".$vars['site']['url'].makelink(array("page" => "nodes", "node" => $value['id']))."\">".$lang['node_page']."</a><br />"; 74 $xml2 .= "<a href=\"".$vars['site']['url'].makelink(array("page" => "nodes", "node" => $value['id'], "show_map" => "no"))."\">".$lang['node_page']."</a><br />"; 76 75 $xml2 .= "</description>"; 77 76 $xml2 .= "<name>".htmlspecialchars($value['nodes__name'], ENT_COMPAT, $lang['charset'])."</name>\n";
Note: See TracChangeset
for help on using the changeset viewer.
