| ILIAS
    release_5-4 Revision v5.4.26-12-gabc799a52e6
    | 
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(), ilTestInfoScreenToolbarGUI\build(), ilObjLinkResource\cloneObject(), ilAppointmentPresentationCourseGUI\collectPropertiesAndActions(), ilObjLinkResourceGUI\confirmDeleteLink(), consentAdmin_hook_frontpage(), TCPDF\copyPage(), core_hook_frontpage(), cron_hook_frontpage(), ilObjLinkResourceGUI\deactivateLink(), ilObjLinkResourceGUI\deleteLinks(), TCPDF\deletePage(), ilBlogExerciseGUI\getExerciseInfo(), ilPortfolioExerciseGUI\getExerciseInfo(), ilSCORM2004Asset\getGlossaryTermIds(), ilPageObject\getInternalLinks(), ilExcRepoObjAssignmentInfo\getLinks(), ilAchievementsGUI\getLinks(), ilRepositoryGlobalScreenProvider\getStaticSubItems(), info(), ilObjLinkResourceGUI\initFormLink(), ilCourseObjectivesGUI\initWizard(), memcacheMonitor_hook_frontpage(), metarefresh_hook_frontpage(), TCPDF\movePage(), oauth_hook_frontpage(), ilContainerGUI\performPasteIntoMultipleObjectsObject(), portal_hook_htmlinject(), ilWikiPageGUI\preview(), sanitycheck_hook_frontpage(), ilAchievementsGUI\setTabs(), ilPageObjectGUI\showPage(), ilLMPresentationGUI\showPrintView(), statistics_hook_frontpage(), MessageBoxTest\test_render_with_buttons_and_links(), MessageBoxTest\test_render_with_links(), MessageBoxTest\test_with_buttons_and_links(), MessageBoxTest\test_with_links(), Sabre\DAV\Xml\Property\Href\toHtml(), 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[ 'isadmin'] = $isadmin | 
Definition at line 44 of file frontpage_auth.php.
| $t data[ 'links'] = $links | 
Definition at line 47 of file frontpage_auth.php.
| $t data[ 'links_auth'] = $links_auth | 
Definition at line 50 of file frontpage_auth.php.
| $t data[ 'links_config'] = $links_config | 
Definition at line 49 of file frontpage_auth.php.
| $t data[ 'links_federation'] = $links_federation | 
Definition at line 51 of file frontpage_auth.php.
| $t data[ 'links_welcome'] = $links_welcome | 
Definition at line 48 of file frontpage_auth.php.
| $t data[ 'loginurl'] = $loginurl | 
Definition at line 45 of file frontpage_auth.php.
| $t data[ 'pageid'] = 'frontpage_auth' | 
Definition at line 43 of file frontpage_auth.php.