diff options
author | gweltas <gweltas@piwigo.org> | 2004-02-07 11:50:26 +0000 |
---|---|---|
committer | gweltas <gweltas@piwigo.org> | 2004-02-07 11:50:26 +0000 |
commit | 65753539220ba870b738866c425c89d73753c727 (patch) | |
tree | 92e77bf4da8946d051f8d46176fbe1ead900c0d8 /template/default/footer.tpl | |
parent | 1d9b840cf8421ad06d81035f209149eceb1b357f (diff) |
Template modification
Split of the french language file
git-svn-id: http://piwigo.org/svn/trunk@351 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/default/footer.tpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/template/default/footer.tpl b/template/default/footer.tpl new file mode 100644 index 000000000..f62f6e1f1 --- /dev/null +++ b/template/default/footer.tpl @@ -0,0 +1,9 @@ +<!-- BEGIN debug --> + <div class="copyright">{L_GEN_TIME} {S_TIME}</div> +<!-- END debug --> + <!-- Please, do not remove this copyright. If you really want to, + contact me pierrick@z0rglub.com to find a solution on how + to show the origin of the script...--> + <div class="copyright">Powered by <a href="{U_SITE}" class="back">PhpWebGallery</a> {S_VERSION}</div> + </body> +</html>
\ No newline at end of file |