ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
hook_frontpage.php
Go to the documentation of this file.
1
<?
php
7
function
metarefresh_hook_frontpage
(&
$links
) {
8
assert(is_array(
$links
));
9
assert(array_key_exists(
'links'
,
$links
));
10
11
$links
[
'federation'
][] = array(
12
'href'
=>
SimpleSAML
\Module::getModuleURL(
'metarefresh/fetch.php'
),
13
'text'
=>
'{metarefresh:metarefresh:frontpage_link}'
,
14
);
15
16
}
metarefresh_hook_frontpage
metarefresh_hook_frontpage(&$links)
Hook to add links to the frontpage.
Definition:
hook_frontpage.php:7
SimpleSAML
Attribute-related utility methods.
php
$links
$links
Definition:
frontpage_auth.php:19
libs
composer
vendor
simplesamlphp
simplesamlphp
modules
metarefresh
hooks
hook_frontpage.php
Generated on Thu Jan 16 2025 19:01:55 for ILIAS by
1.8.13 (using
Doxyfile
)