aboutsummaryrefslogtreecommitdiffstats
path: root/themes/smartpocket/language/ca_ES/index.php
diff options
context:
space:
mode:
authorPiwigo-TranslationTeam <translate-github@piwigo.org>2014-01-30 17:07:19 +0000
committerPiwigo-TranslationTeam <translate-github@piwigo.org>2014-01-30 17:07:19 +0000
commit980e32d0213b9028c887fb803ae7cfce1b290b70 (patch)
treecdaec643d6e33d5b53a228e835387adff2e917b0 /themes/smartpocket/language/ca_ES/index.php
parentb00b96997857e1cbdf0f602ca48fc04c701e7032 (diff)
[smartpocket] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@27071 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/smartpocket/language/ca_ES/index.php')
-rw-r--r--themes/smartpocket/language/ca_ES/index.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/smartpocket/language/ca_ES/index.php b/themes/smartpocket/language/ca_ES/index.php
new file mode 100644
index 000000000..ec6605317
--- /dev/null
+++ b/themes/smartpocket/language/ca_ES/index.php
@@ -0,0 +1,7 @@
+<?php
+$url = '../';
+header( 'Request-URI: '.$url );
+header( 'Content-Location: '.$url );
+header( 'Location: '.$url );
+exit();
+?>