Skip to content
Snippets Groups Projects
Commit 8a1f1f90 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Adding finnish language. And adding padding to the language list in the default template.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@672 44740490-163a-0410-bde0-09ae8108e29a
parent 736dd59d
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@ $config = array (
/*
* Languages available and what language is default
*/
'language.available' => array('en', 'no', 'nn', 'se', 'da', 'sv', 'de', 'es', 'fr', 'nl', 'lb', 'hr', 'hu', 'sl'),
'language.available' => array('en', 'no', 'nn', 'se', 'fi', 'da', 'sv', 'de', 'es', 'fr', 'nl', 'lb', 'hr', 'hu', 'sl'),
'language.default' => 'en',
/*
......
......@@ -37,7 +37,8 @@ if($onLoad !== '') {
echo (isset($this->data['icon']) ? $this->data['icon'] : 'compass_l.png');
?>" alt="Header icon" /></a></div>
</div>
<div style="padding-right: 40px">
<?php
$languages = $this->getLanguageList();
......@@ -72,4 +73,5 @@ if (empty($_POST) ) {
echo join(' | ', $textarray);
}
?>
\ No newline at end of file
?>
</div>
\ No newline at end of file
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