diff options
author | plegall <plg@piwigo.org> | 2005-02-01 22:22:17 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-02-01 22:22:17 +0000 |
commit | 750354a23175bc818abe505f4d96768190f37fff (patch) | |
tree | 90bd554256cf6f0d582e73db76059bce0be8a218 /template | |
parent | f30455c6ff6543519c88242154e915de59928eb6 (diff) |
- bug fixed : text "Powered by" is now localized
git-svn-id: http://piwigo.org/svn/trunk@726 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/default/footer.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/footer.tpl b/template/default/footer.tpl index be201d51f..708525797 100644 --- a/template/default/footer.tpl +++ b/template/default/footer.tpl @@ -7,7 +7,7 @@ contact me pierrick@phpwebgallery.net to find a solution on how to show the origin of the script...--> - Powered by <a href="http://www.phpwebgallery.net" class="back">PhpWebGallery</a> + {L_POWERED_BY} <a href="http://www.phpwebgallery.net" class="back">PhpWebGallery</a> {VERSION} - {L_SEND_MAIL} |