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