From 8a1f1f90116303e6c11dfb1dbac0fbb21291d311 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Thu, 19 Jun 2008 05:24:25 +0000 Subject: [PATCH] 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 --- config-templates/config.php | 2 +- templates/default/includes/header.php | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/config-templates/config.php b/config-templates/config.php index d6578f049..18bd04bd2 100644 --- a/config-templates/config.php +++ b/config-templates/config.php @@ -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', /* diff --git a/templates/default/includes/header.php b/templates/default/includes/header.php index 4b47c663f..c8dfc2756 100644 --- a/templates/default/includes/header.php +++ b/templates/default/includes/header.php @@ -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 -- GitLab