aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/footer.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/default/footer.tpl')
-rw-r--r--template/default/footer.tpl21
1 files changed, 0 insertions, 21 deletions
diff --git a/template/default/footer.tpl b/template/default/footer.tpl
deleted file mode 100644
index 708525797..000000000
--- a/template/default/footer.tpl
+++ /dev/null
@@ -1,21 +0,0 @@
- <div class="copyright">
- <!-- BEGIN debug -->
- {L_GEN_TIME} {debug.TIME} ({debug.NB_QUERIES} {L_SQL_QUERIES_IN} {debug.SQL_TIME}) -
- <!-- END debug -->
-
- <!-- Please, do not remove this copyright. If you really want to,
- contact me pierrick@phpwebgallery.net to find a solution on how
- to show the origin of the script...-->
-
- {L_POWERED_BY} <a href="http://www.phpwebgallery.net" class="back">PhpWebGallery</a>
- {VERSION} -
-
- {L_SEND_MAIL}
- <a href="mailto:{MAIL}?subject={L_TITLE_MAIL}">
- <span style="font-weight:bold;">{L_WEBMASTER}</span>
- </a>
-
- </div>
- </div>
- </body>
-</html>