protected function create()
 {
     parent::create();
     $this->basename = 'passwordpage';
     $this->formresult = '';
     $this->data['form'] = '';
     $this->data['title'] = '';
 }
 protected function create()
 {
     parent::create();
     $this->basename = 'simplecontent';
 }
Example #3
0
 protected function create()
 {
     parent::create();
     $this->basename = 'profile';
     $this->data = $this->data + array('url' => '/profile.htm', 'template' => '', 'nick' => 'admin', 'dateOfBirth' => date('Y-m-d'), 'gender' => 'male', 'img' => '', 'skype' => '', 'icqChatID' => '', 'aimChatID' => '', 'jabberID' => '', 'msnChatID' => '', 'yahooChatID' => '', 'mbox' => '', 'country' => litepublisher::$options->language, 'region' => '', 'city' => '', 'geourl' => 'http://beta-maps.yandex.ru/?text=', 'bio' => '', 'interests' => '', 'interesturl' => '  http://www.livejournal.com/interests.bml?int=', 'googleprofile' => '');
 }
Example #4
0
 protected function create()
 {
     parent::create();
     $this->basename = 'forbidden';
     $this->data['text'] = '';
 }