diff options
author | Andreas Fischer <bantu@phpbb.com> | 2012-10-06 06:15:01 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2012-10-06 06:15:01 +0200 |
commit | a38de9a23272370d4b29ebce12e6b1f0817d6743 (patch) | |
tree | 629ddf593b13e08284288f9575441bf82d8bd831 /phpBB/styles/prosilver/template/viewtopic_print.html | |
parent | fca08119433f319c8035a90a4bf0a9dd25adc20b (diff) | |
parent | 281afb8bd6ff7e8dc54fd7850e5eb1a7e7562899 (diff) | |
download | forums-a38de9a23272370d4b29ebce12e6b1f0817d6743.tar forums-a38de9a23272370d4b29ebce12e6b1f0817d6743.tar.gz forums-a38de9a23272370d4b29ebce12e6b1f0817d6743.tar.bz2 forums-a38de9a23272370d4b29ebce12e6b1f0817d6743.tar.xz forums-a38de9a23272370d4b29ebce12e6b1f0817d6743.zip |
Merge branch 'develop-olympus' into develop
* develop-olympus:
[ticket/11135] Full replacement of credit link to https
Conflicts:
phpBB/install/convertors/convert_phpbb20.php
Diffstat (limited to 'phpBB/styles/prosilver/template/viewtopic_print.html')
-rw-r--r-- | phpBB/styles/prosilver/template/viewtopic_print.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_print.html b/phpBB/styles/prosilver/template/viewtopic_print.html index b28608d6f1..88d65ea407 100644 --- a/phpBB/styles/prosilver/template/viewtopic_print.html +++ b/phpBB/styles/prosilver/template/viewtopic_print.html @@ -38,7 +38,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> |