diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-01-19 07:44:37 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-01-19 07:44:37 +0000 |
commit | 9f9da339b6eac1ddd3a208e648ecdd6316a681cb (patch) | |
tree | d432ef0998159a36e9c419cab717999833223f30 /themes/smartpocket/language/uk_UA/index.php | |
parent | 4d067765107d79f6af82c737a10f43df559f5951 (diff) |
[smartpocket] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@26878 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/smartpocket/language/uk_UA/index.php')
-rw-r--r-- | themes/smartpocket/language/uk_UA/index.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/smartpocket/language/uk_UA/index.php b/themes/smartpocket/language/uk_UA/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/themes/smartpocket/language/uk_UA/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> |