diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-01-15 21:51:48 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-01-15 21:51:48 +0000 |
commit | 8b973c27c8e84ba1f09a3c32036514ab0d370b0a (patch) | |
tree | 3c75f785eb6cbc33270013d52a622f6934a25ffd /themes/smartpocket/language/it_IT/index.php | |
parent | a289427604de0f31d692c9a5db4367b01789adfa (diff) |
[smartpocket] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@26773 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/smartpocket/language/it_IT/index.php')
-rw-r--r-- | themes/smartpocket/language/it_IT/index.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/smartpocket/language/it_IT/index.php b/themes/smartpocket/language/it_IT/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/themes/smartpocket/language/it_IT/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> |