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