Changeset 1009 for trunk/wifidog-auth/wifidog/content/index.php
- Timestamp:
- 03/28/06 03:08:08 (7 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
r979 r1009 114 114 $tool_html .= "</p>"."\n"; 115 115 */ 116 $ui-> setToolContent($tool_html);116 $ui->appendContent('left_area_middle', $tool_html); 117 117 118 118 … … 149 149 } 150 150 151 $ui-> setMainContent($html);151 $ui->appendContent('main_area_middle', $html); 152 152 $ui->display(); 153 153
