array()); SimpleSAML\Module::callHooks('frontpage', $links); $portalConfig = SimpleSAML_Configuration::getOptionalConfig('module_portal.php'); $allLinks = array(); foreach($links AS $ls) { $allLinks = array_merge($allLinks, $ls); } $pagesets = $portalConfig->getValue('pagesets', array( array('frontpage_welcome', 'frontpage_config', 'frontpage_auth', 'frontpage_federation'), )); SimpleSAML\Module::callHooks('portalextras', $pagesets); $portal = new sspmod_portal_Portal($allLinks, $pagesets); if (!$portal->isPortalized($hookinfo['page'])) return; // Include jquery UI CSS files in header $hookinfo['jquery']['css'] = TRUE; // Header $hookinfo['pre'][] = '
'; }