diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-09-05 15:49:54 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-09-05 15:49:54 +0000 |
commit | b220e5db421a78e8cc4c76fba42d4f5049892488 (patch) | |
tree | e6901f787cc1cb931c3bbf3a3f38e751499caa2a /template/default | |
parent | 1f8b6b0790d76d98f74e55d6551fce9be7d7e08e (diff) |
deletion of $conf['site_url'] and $conf['forum_url'] and all their usage
(thus avoiding the usage of $conf in *.lang.php)
git-svn-id: http://piwigo.org/svn/trunk@516 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 f1ee02372..bceb9e234 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="{U_SITE}" class="back">PhpWebGallery</a> + Powered by <a href="http://www.phpwebgallery.net" class="back">PhpWebGallery</a> {VERSION} :: {L_SEND_MAIL} |