diff options
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 |