Skip to content
Snippets Groups Projects
Commit 9df221b3 authored by Enrique de la Hoz's avatar Enrique de la Hoz
Browse files

Login template updated to fix dictionary propblem

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1042 44740490-163a-0410-bde0-09ae8108e29a
parent 4a5d7d1d
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ if(array_key_exists('xmlToken', $_POST) && ($_POST['xmlToken']!=NULL) ) {
}
//Login Page
$t = new SimpleSAML_XHTML_Template($config, 'InfoCard:login-infocard.php', 'logininfocard'); //(configuracion, template, diccionario)
$t = new SimpleSAML_XHTML_Template($config, 'InfoCard:login-infocard.php', 'InfoCard:logininfocard'); //(configuracion, template, diccionario)
$t->data['header'] = 'simpleSAMLphp: Infocard login';
$t->data['stateparams'] = array('AuthState' => $authStateId);
$t->data['IClogo'] = $IClogo;
......
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