Changeset 779 for trunk/wifidog-auth/wifidog/content/index.php
- Timestamp:
- 09/27/05 18:56:51 (8 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog-auth/wifidog/content/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/content/index.php
r708 r779 92 92 $ui->setToolContent($tool_html); 93 93 94 $hotspot_logo_url = find_local_content_url(HOTSPOT_LOGO_NAME);95 94 96 95 $html = ''; … … 104 103 $html .= "<table width='100%'><tr><td>"; 105 104 $html .= "<div class='portal_node_section'>\n"; 106 $html .= "<img class='portal_section_logo' src='{$hotspot_logo_url}' alt=''>\n";107 105 $html .= "<span class='portal_section_title'>"._("Content from:")." "; 108 106
