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