diff options
Diffstat (limited to 'phpBB/umil/style/overall_footer.html')
-rw-r--r-- | phpBB/umil/style/overall_footer.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/phpBB/umil/style/overall_footer.html b/phpBB/umil/style/overall_footer.html new file mode 100644 index 0000000000..5f33b24f76 --- /dev/null +++ b/phpBB/umil/style/overall_footer.html @@ -0,0 +1,21 @@ + + </div> + </div> + <span class="corners-bottom"><span></span></span> + </div> + </div> + </div> + + <div id="page-footer"> + Powered by <a href="http://www.phpbb.com/mods/umil/">UMIL</a> © 2009 <a href="http://www.phpbb.com/">phpBB Group</a><br /> + Powered by phpBB © 2000, 2002, 2005, 2007 <a href="http://www.phpbb.com/">phpBB Group</a><br /> + <!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF --> + + <!-- IF DEBUG_OUTPUT --> + <br />{DEBUG_OUTPUT} + <!-- ENDIF --> + </div> +</div> + +</body> +</html>
\ No newline at end of file |