- Timestamp:
- 11/14/06 15:11:42 (7 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/content/PatternLanguage/subscription.php
r1031 r1127 51 51 require_once('classes/Content/PatternLanguage.php'); 52 52 require_once('classes/MainUI.php'); 53 53 $smarty = SmartyWifidog::getObject(); 54 $session = Session::getObject(); 54 55 // This trick is done to allow displaying of Pattern Language right away if there is only one available. 55 56 if(!empty($_REQUEST['content_id'])) … … 141 142 $body_html .= "</div>\n"; 142 143 143 $ui = new MainUI();144 $ui = MainUI::getObject(); 144 145 $ui->addContent('left_area_middle', $tool_html); 145 146 $ui->setTitle(_("Pattern Language - Subscription"));
