diff options
| author | Yuriy Rusko <github@rusko.net> | 2014-05-27 21:25:33 +0200 |
|---|---|---|
| committer | Yuriy Rusko <github@rusko.net> | 2014-05-27 21:39:30 +0200 |
| commit | 27f787e5e4e118b77a3e16879d6c684bdaafc303 (patch) | |
| tree | 63a12b093a9f0b7c0f452f044fb5b9aa24aa636d /phpBB/styles/subsilver2/template | |
| parent | a759704b39fc1c1353f865a633759b1369589b67 (diff) | |
| download | forums-27f787e5e4e118b77a3e16879d6c684bdaafc303.tar forums-27f787e5e4e118b77a3e16879d6c684bdaafc303.tar.gz forums-27f787e5e4e118b77a3e16879d6c684bdaafc303.tar.bz2 forums-27f787e5e4e118b77a3e16879d6c684bdaafc303.tar.xz forums-27f787e5e4e118b77a3e16879d6c684bdaafc303.zip | |
[ticket/12594] Update footer credit lines
PHPBB3-12594
Diffstat (limited to 'phpBB/styles/subsilver2/template')
| -rw-r--r-- | phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html | 2 | ||||
| -rw-r--r-- | phpBB/styles/subsilver2/template/viewtopic_print.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html b/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html index abe6199d71..f70f39f9d8 100644 --- a/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html +++ b/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html @@ -113,7 +113,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 />https://www.phpbb.com/</span></td> + <td colspan="2" align="center"><span class="gensmall">Powered by phpBB® Forum Software © phpBB Limited<br />https://www.phpbb.com/</span></td> </tr> </table> diff --git a/phpBB/styles/subsilver2/template/viewtopic_print.html b/phpBB/styles/subsilver2/template/viewtopic_print.html index a4e4c1b691..a99d807cf2 100644 --- a/phpBB/styles/subsilver2/template/viewtopic_print.html +++ b/phpBB/styles/subsilver2/template/viewtopic_print.html @@ -127,7 +127,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 />https://www.phpbb.com/</span></td> + <td colspan="2" align="center"><span class="gensmall">Powered by phpBB® Forum Software © phpBB Limited<br />https://www.phpbb.com/</span></td> </tr> </table> |
