mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
20 lines
529 B
HTML
20 lines
529 B
HTML
<div style="text-align: {S_CONTENT_FLOW_END};"><a href="#" onclick="self.close(); return false;">{L_CLOSE_WINDOW}</a></div>
|
|
<br /><br />
|
|
</div>
|
|
|
|
<div id="page-footer">
|
|
|
|
<!-- IF S_COPYRIGHT_HTML -->
|
|
<br />Powered by <a href="http://www.phpbb.com/">phpBB</a>® Forum Software © phpBB Group
|
|
<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
|
|
<!-- ENDIF -->
|
|
|
|
<!-- IF DEBUG_OUTPUT -->
|
|
<!-- IF S_COPYRIGHT_HTML --><br /><br /><!-- ENDIF -->
|
|
{DEBUG_OUTPUT}
|
|
<!-- ENDIF -->
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|