Stud.IP
4.2 Revision
|
Variables | |
$index_nobody_template = $GLOBALS['template_factory']->open('index_nobody') | |
$cache = StudipCacheFactory::getCache() | |
$stat = $cache->read('LOGINFORM_STATISTICS') | |
if (Request::get( 'logout')) | |
$layout = $GLOBALS['template_factory']->open('shared/index_box') | |
$portalplugins = PluginEngine::getPlugins('PortalPlugin') | |
$cache = StudipCacheFactory::getCache() |
$index_nobody_template = $GLOBALS['template_factory']->open('index_nobody') |
$layout = $GLOBALS['template_factory']->open('shared/index_box') |
$portalplugins = PluginEngine::getPlugins('PortalPlugin') |
$stat = $cache->read('LOGINFORM_STATISTICS') |
if(Request::get('logout')) |