diff options
author | Marcus Vinicius <vinny@suportephpbb.com.br> | 2014-01-26 03:19:43 -0300 |
---|---|---|
committer | Marcus Vinicius <vinny@suportephpbb.com.br> | 2014-01-26 03:19:43 -0300 |
commit | cb7a0d6f2af9a5d613232a9dbeacf603474012f8 (patch) | |
tree | 88643bf88d943e486c78ffb1748740073ed32a62 | |
parent | ed409d3d5b89b3a2cad04a366a09f42280735799 (diff) | |
download | forums-cb7a0d6f2af9a5d613232a9dbeacf603474012f8.tar forums-cb7a0d6f2af9a5d613232a9dbeacf603474012f8.tar.gz forums-cb7a0d6f2af9a5d613232a9dbeacf603474012f8.tar.bz2 forums-cb7a0d6f2af9a5d613232a9dbeacf603474012f8.tar.xz forums-cb7a0d6f2af9a5d613232a9dbeacf603474012f8.zip |
[ticket/12118] Add noindex meta tag to subsilver2 view-print templates
PHPBB3-12118
-rw-r--r-- | phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html | 1 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/template/viewtopic_print.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html b/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html index cd55c16a50..085e26ecd2 100644 --- a/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html +++ b/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html @@ -4,6 +4,7 @@ <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}"> <meta http-equiv="Content-Style-Type" content="text/css"> <meta http-equiv="Content-Language" content="{S_USER_LANG}"> +<meta name="robots" content="noindex" /> <title>{SITENAME} :: {PAGE_TITLE}</title> <style type="text/css"> diff --git a/phpBB/styles/subsilver2/template/viewtopic_print.html b/phpBB/styles/subsilver2/template/viewtopic_print.html index 1ca1eccc99..47b5bdb28e 100644 --- a/phpBB/styles/subsilver2/template/viewtopic_print.html +++ b/phpBB/styles/subsilver2/template/viewtopic_print.html @@ -4,6 +4,7 @@ <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}"> <meta http-equiv="Content-Style-Type" content="text/css"> <meta http-equiv="Content-Language" content="{S_USER_LANG}"> +<meta name="robots" content="noindex" /> <title>{SITENAME} :: {PAGE_TITLE}</title> <style type="text/css"> |