mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/11135] Full replacement of credit link to https
PHPBB3-11135
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
|
||||
<div id="page-footer">
|
||||
<div class="page-number">{S_TIMEZONE}<br />{PAGE_NUMBER}</div>
|
||||
<div class="copyright">Powered by phpBB® Forum Software © phpBB Group<br />http://www.phpbb.com/</div>
|
||||
<div class="copyright">Powered by phpBB® Forum Software © phpBB Group<br />https://www.phpbb.com/</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@@ -44,7 +44,7 @@
|
||||
|
||||
<div id="page-footer">
|
||||
<div class="page-number">{S_TIMEZONE}<br />{PAGE_NUMBER}</div>
|
||||
<div class="copyright">Powered by phpBB® Forum Software © phpBB Group<br />http://www.phpbb.com/</div>
|
||||
<div class="copyright">Powered by phpBB® Forum Software © phpBB Group<br />https://www.phpbb.com/</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
Style name: prosilver (the default phpBB 3.0.x style)
|
||||
Based on style:
|
||||
Original author: Tom Beddard ( http://www.subblue.com/ )
|
||||
Modified by: phpBB Group ( http://www.phpbb.com/ )
|
||||
Modified by: phpBB Group ( https://www.phpbb.com/ )
|
||||
--------------------------------------------------------------
|
||||
*/
|
||||
|
||||
|
@@ -114,7 +114,7 @@ hr.sep {
|
||||
<td align="{S_CONTENT_FLOW_END}"><span class="gensmall">{S_TIMEZONE}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" align="center"><span class="gensmall">Powered by phpBB® Forum Software © phpBB Group<br />http://www.phpbb.com/</span></td>
|
||||
<td colspan="2" align="center"><span class="gensmall">Powered by phpBB® Forum Software © phpBB Group<br />https://www.phpbb.com/</span></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
@@ -128,7 +128,7 @@ hr.sep {
|
||||
<td align="{S_CONTENT_FLOW_END}"><span class="gensmall">{S_TIMEZONE}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" align="center"><span class="gensmall">Powered by phpBB® Forum Software © phpBB Group<br />http://www.phpbb.com/</span></td>
|
||||
<td colspan="2" align="center"><span class="gensmall">Powered by phpBB® Forum Software © phpBB Group<br />https://www.phpbb.com/</span></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
Style name: subsilver2
|
||||
Based on style: subSilver (the default phpBB 2.0.x style)
|
||||
Original author: Tom Beddard ( http://www.subblue.com/ )
|
||||
Modified by: phpBB Group ( http://www.phpbb.com/ )
|
||||
Modified by: phpBB Group ( https://www.phpbb.com/ )
|
||||
--------------------------------------------------------------
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user