Skip to content
Snippets Groups Projects
Commit aabe3a10 authored by Olav Morken's avatar Olav Morken
Browse files

Frontpage: added possibility to add additional links by using hooks in modules.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@823 44740490-163a-0410-bde0-09ae8108e29a
parent 4caf8a3b
No related branches found
No related tags found
No related merge requests found
......@@ -155,6 +155,15 @@ $linksdoc[] = array(
'href' => 'http://rnd.feide.no/content/simplesamlphp-maintenance-and-configuration',
'text' => 'link_doc_maintenance');
$allLinks = array(
'links' => &$links,
'metadata' => &$linksmeta,
'doc' => &$linksdoc,
);
SimpleSAML_Module::callHooks('frontpage', $allLinks);
$enablematrix = array(
'saml20-sp' => $config->getValue('enable.saml20-sp', false),
'saml20-idp' => $config->getValue('enable.saml20-idp', false),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment