- Timestamp:
- 11/29/06 08:51:29 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/content/PatternLanguage/subscription.php
r1133 r1146 72 72 $tool_html = "<h1>{$pattern_language->getTitle()->__toString()}</h1>"; 73 73 $tool_html .= '<ul class="pattern_language_menu">'."\n"; 74 $node_id = $session->get(SESS_ GW_ID_VAR);74 $node_id = $session->get(SESS_NODE_ID_VAR); 75 75 if(!empty($node_id)) 76 76 $tool_html .= "<li><a href='/portal/?node_id=$node_id'>"._("Go back to this hotspot portal page")."</a></li>";
