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