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