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

aggregator: Fix dictionary references.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2119 44740490-163a-0410-bde0-09ae8108e29a
parent b498b71b
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ function aggregator_hook_frontpage(&$links) {
$links['federation'][] = array(
'href' => SimpleSAML_Module::getModuleURL('aggregator/'),
'text' => '{aggregator:dict:frontpage_link}',
'text' => '{aggregator:aggregator:frontpage_link}',
);
}
......
<?php
$this->data['header'] = $this->t('{aggregator:dict:aggregator_header}');
$this->data['header'] = $this->t('{aggregator:aggregator:aggregator_header}');
$this->includeAtTemplateBase('includes/header.php');
echo('<h1>Metarefresh fetch</h1>');
......
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