diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-01-17 05:10:56 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-01-17 05:10:56 +0000 |
commit | 59c62b0358ecf77fc6af331da7410ba5dcd6813e (patch) | |
tree | d002e36ac2dc6f217ffac80006779ab40ee0193e /themes/smartpocket/language/fi_FI/index.php | |
parent | bb03525c55d4b6b89c1551128509c4f331cd2151 (diff) |
[smartpocket] Update fi_FI, thanks to : Juhi24
git-svn-id: http://piwigo.org/svn/trunk@26817 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/smartpocket/language/fi_FI/index.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/smartpocket/language/fi_FI/index.php b/themes/smartpocket/language/fi_FI/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/themes/smartpocket/language/fi_FI/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> |