mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12750] Center installation page copyright text.
This commit is contained in:
commit
77d53ee927
2 changed files with 6 additions and 2 deletions
|
@ -5,8 +5,10 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="page-footer">
|
<div id="page-footer">
|
||||||
|
<div class="copyright">
|
||||||
Powered by <a href="https://www.phpbb.com/">phpBB</a>® Forum Software © phpBB Limited
|
Powered by <a href="https://www.phpbb.com/">phpBB</a>® Forum Software © phpBB Limited
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script type="text/javascript" src="{T_JQUERY_LINK}"></script>
|
<script type="text/javascript" src="{T_JQUERY_LINK}"></script>
|
||||||
|
|
|
@ -41,9 +41,11 @@ function phpbb_end_update($cache, $config)
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="page-footer">
|
<div id="page-footer">
|
||||||
|
<div class="copyright">
|
||||||
Powered by <a href="https://www.phpbb.com/">phpBB</a>® Forum Software © phpBB Limited
|
Powered by <a href="https://www.phpbb.com/">phpBB</a>® Forum Software © phpBB Limited
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue