Beispiel #1
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();
 }
Beispiel #2
0
 function display($cachable = false, $urlparams = false)
 {
     if (JFactory::getUser()->guest) {
         return;
     }
     parent::display();
 }