diff --git a/www/index.php b/www/index.php index 5a63030c8f92a7905a7ea74f05b97b1cfe791f00..df0e7af41f1af886e1af5201f1ac8dfc71b76455 100644 --- a/www/index.php +++ b/www/index.php @@ -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),