diff options
| author | Nils Adermann <naderman@naderman.de> | 2011-07-06 21:52:05 -0400 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2011-07-06 21:52:05 -0400 |
| commit | 3fb9b62c6921751ebc40b74612d5412648134a9e (patch) | |
| tree | caf87d98601f078e417e3c8e52209f5aec6309f5 /phpBB/styles/prosilver/template/viewtopic_print.html | |
| parent | 7b2f88686b313aebb64b6c7dade50df6a6c859c6 (diff) | |
| parent | cf4e6d8a3eecce8b771005af8c9be92a08758f5f (diff) | |
| download | forums-3fb9b62c6921751ebc40b74612d5412648134a9e.tar forums-3fb9b62c6921751ebc40b74612d5412648134a9e.tar.gz forums-3fb9b62c6921751ebc40b74612d5412648134a9e.tar.bz2 forums-3fb9b62c6921751ebc40b74612d5412648134a9e.tar.xz forums-3fb9b62c6921751ebc40b74612d5412648134a9e.zip | |
Merge branch 'develop-olympus' into develop
* develop-olympus:
[ticket/9859] Changing all phpBB footers to match the new credit line
[ticket/9859] New footer copyright line with registered symbol
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 7b91ff4bc3..1eb9ba720d 100644 --- a/phpBB/styles/prosilver/template/viewtopic_print.html +++ b/phpBB/styles/prosilver/template/viewtopic_print.html @@ -44,7 +44,7 @@ <div id="page-footer"> <div class="page-number">{S_TIMEZONE}<br />{PAGE_NUMBER}</div> - <div class="copyright">Powered by phpBB © phpBB Group<br />http://www.phpbb.com/</div> + <div class="copyright">Powered by phpBB® Forum Software © phpBB Group<br />http://www.phpbb.com/</div> </div> </div> |
