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