Esempio n. 1
0
 function display($cachable = false, $urlparams = false)
 {
     if (JFactory::getUser()->guest) {
         return;
     }
     parent::display();
 }
Esempio n. 2
0
 function display($cachable = false, $urlparams = false)
 {
     #JRequest::setVar('tmpl', 'component');
     $provider = JFactory::getApplication()->input->getCmd('provider');
     JFactory::getApplication()->setUserState('com_jfbconnect.' . $provider . '.checkForNewMapping', true);
     parent::display();
 }
Esempio n. 3
0
 function __construct()
 {
     parent::__construct();
     $document = JFactory::getDocument();
     $viewType = $document->getType();
     $viewName = 'usermap';
     $this->view = $this->getView($viewName, $viewType);
 }
Esempio n. 4
0
 public function __construct()
 {
     parent::__construct();
     $document = JFactory::getDocument();
     $viewType = $document->getType();
     $viewName = 'notification';
     $this->view = $this->getView($viewName, $viewType);
 }