diff options
Diffstat (limited to 'phpBB/styles/prosilver/template/viewtopic_print.html')
-rw-r--r-- | phpBB/styles/prosilver/template/viewtopic_print.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_print.html b/phpBB/styles/prosilver/template/viewtopic_print.html index 3c77e214e0..658062f9fd 100644 --- a/phpBB/styles/prosilver/template/viewtopic_print.html +++ b/phpBB/styles/prosilver/template/viewtopic_print.html @@ -39,12 +39,12 @@ <div id="page-footer" class="page-footer"> <div class="page-number">{S_TIMEZONE}<br />{PAGE_NUMBER}</div> <div class="copyright"> - <p>{ CREDIT_LINE }} + <p>{{ CREDIT_LINE }} </p> - <!-- IF TRANSLATION_INFO --> + {% if TRANSLATION_INFO %} <p>{{ TRANSLATION_INFO }} </p> - <!-- ENDIF --> + {% endif %} </div> </div> </div> |