Example #1
0
 private function notLoggedIn()
 {
     $P = PVars::getObj('page');
     $vw = new ViewWrap($this->_view);
     $P->content .= $vw->notLoggedIn();
 }