ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Go to the source code of this file.
Variables | |
$config = SimpleSAML_Configuration::getInstance() | |
$session = SimpleSAML_Session::getSessionFromRequest() | |
if($config->getBoolean('admin.protectindexpage', false)) | $loginurl = SimpleSAML\Utils\Auth::getAdminLoginURL() |
$isadmin = SimpleSAML\Utils\Auth::isAdmin() | |
$links = array() | |
$links_welcome = array() | |
$links_config = array() | |
$links_auth = array() | |
$links_federation = array() | |
$links_auth [] | |
$allLinks | |
$t = new SimpleSAML_XHTML_Template($config, 'core:frontpage_auth.tpl.php') | |
$t | data ['pageid'] = 'frontpage_auth' |
$t | data ['isadmin'] = $isadmin |
$t | data ['loginurl'] = $loginurl |
$t | data ['links'] = $links |
$t | data ['links_welcome'] = $links_welcome |
$t | data ['links_config'] = $links_config |
$t | data ['links_auth'] = $links_auth |
$t | data ['links_federation'] = $links_federation |
$allLinks |
Definition at line 31 of file frontpage_auth.php.
Referenced by portal_hook_htmlinject().
$config = SimpleSAML_Configuration::getInstance() |
Definition at line 5 of file frontpage_auth.php.
$isadmin = SimpleSAML\Utils\Auth::isAdmin() |
Definition at line 13 of file frontpage_auth.php.
$links = array() |
Definition at line 19 of file frontpage_auth.php.
Referenced by ilMapArea\_getIntLinks(), ilMediaItem\_getMapAreasIntLinks(), ilExternalFeed\_getRSSLocation(), ilInfoScreenGUI\addObjectSections(), ilObjLinkResource\cloneObject(), ilAppointmentPresentationCourseGUI\collectPropertiesAndActions(), ilObjLinkResourceGUI\confirmDeleteLink(), consentAdmin_hook_frontpage(), core_hook_frontpage(), cron_hook_frontpage(), ilObjLinkResourceGUI\deactivateLink(), ilObjLinkResourceGUI\deleteLinks(), ilSCORM2004Asset\getGlossaryTermIds(), ilPageObject\getInternalLinks(), ilObjLinkResourceGUI\initFormLink(), ilCourseObjectivesGUI\initWizard(), memcacheMonitor_hook_frontpage(), metarefresh_hook_frontpage(), oauth_hook_frontpage(), portal_hook_htmlinject(), sanitycheck_hook_frontpage(), ilPageObjectGUI\showPage(), ilLMPresentationGUI\showPrintView(), statistics_hook_frontpage(), ilObjLinkResource\toXML(), and ilObjLinkResourceGUI\updateLinks().
$links_auth = array() |
Definition at line 22 of file frontpage_auth.php.
$links_auth[] |
Definition at line 26 of file frontpage_auth.php.
$links_config = array() |
Definition at line 21 of file frontpage_auth.php.
$links_federation = array() |
Definition at line 23 of file frontpage_auth.php.
$links_welcome = array() |
Definition at line 20 of file frontpage_auth.php.
if ( $config->getBoolean( 'admin.protectindexpage', false)) $loginurl = SimpleSAML\Utils\Auth::getAdminLoginURL() |
Definition at line 12 of file frontpage_auth.php.
$session = SimpleSAML_Session::getSessionFromRequest() |
Definition at line 6 of file frontpage_auth.php.
$t = new SimpleSAML_XHTML_Template($config, 'core:frontpage_auth.tpl.php') |
Definition at line 42 of file frontpage_auth.php.
$t data[ 'pageid'] = 'frontpage_auth' |
Definition at line 43 of file frontpage_auth.php.
$t data[ 'isadmin'] = $isadmin |
Definition at line 44 of file frontpage_auth.php.
$t data[ 'loginurl'] = $loginurl |
Definition at line 45 of file frontpage_auth.php.
$t data[ 'links'] = $links |
Definition at line 47 of file frontpage_auth.php.
$t data[ 'links_welcome'] = $links_welcome |
Definition at line 48 of file frontpage_auth.php.
$t data[ 'links_config'] = $links_config |
Definition at line 49 of file frontpage_auth.php.
$t data[ 'links_auth'] = $links_auth |
Definition at line 50 of file frontpage_auth.php.
$t data[ 'links_federation'] = $links_federation |
Definition at line 51 of file frontpage_auth.php.