Changeset 315 for trunk/wifidog-auth/wifidog/hotspot_status.php
- Timestamp:
- 01/11/05 23:00:06 (8 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog-auth/wifidog/hotspot_status.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/hotspot_status.php
r314 r315 67 67 $title = $channel->appendChild($title); 68 68 69 $textnode = $xmldoc->createTextNode(utf8_encode(_("New ").HOTSPOT_NETWORK_NAME. _("Hotspots")));69 $textnode = $xmldoc->createTextNode(utf8_encode(_("Newest")." ".HOTSPOT_NETWORK_NAME. " ". _("Hotspots"))); 70 70 $title->appendChild($textnode); 71 71 … … 292 292 } 293 293 $smarty->assign("nodes_count", count($node_results)); 294 $smarty->assign("rss_format_url", 'http://' . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF'].'?format=RSS'); 294 295 echo $style->GetHeader(HOTSPOT_NETWORK_NAME.' hotspot status'); 295 296 $smarty->display("hotspot_status.html");
