aboutsummaryrefslogtreecommitdiffstats
path: root/themes/smartpocket/language/es_MX/index.php
diff options
context:
space:
mode:
authorPiwigo-TranslationTeam <translate-github@piwigo.org>2014-12-18 06:42:40 +0000
committerPiwigo-TranslationTeam <translate-github@piwigo.org>2014-12-18 06:42:40 +0000
commit039a118a99b962dc77d51cda04bfb1ee61d3f464 (patch)
tree3b4cabcaaf3a27476561dff5f645d60bba4e4d9d /themes/smartpocket/language/es_MX/index.php
parent6a9479aff5b14edd64e77b07514a755aec5c4bce (diff)
Update es_MX, thanks to gsades
git-svn-id: http://piwigo.org/svn/trunk@30775 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/smartpocket/language/es_MX/index.php')
-rw-r--r--themes/smartpocket/language/es_MX/index.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/smartpocket/language/es_MX/index.php b/themes/smartpocket/language/es_MX/index.php
new file mode 100644
index 000000000..ec6605317
--- /dev/null
+++ b/themes/smartpocket/language/es_MX/index.php
@@ -0,0 +1,7 @@
+<?php
+$url = '../';
+header( 'Request-URI: '.$url );
+header( 'Content-Location: '.$url );
+header( 'Location: '.$url );
+exit();
+?>