diff options
author | Andreas Fischer <bantu@phpbb.com> | 2014-01-26 20:50:40 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2014-01-26 20:50:40 +0100 |
commit | 0d6e587fda5d20477e0d44273928ccf250b43246 (patch) | |
tree | 88643bf88d943e486c78ffb1748740073ed32a62 /phpBB/styles/subsilver2 | |
parent | ed409d3d5b89b3a2cad04a366a09f42280735799 (diff) | |
parent | cb7a0d6f2af9a5d613232a9dbeacf603474012f8 (diff) | |
download | forums-0d6e587fda5d20477e0d44273928ccf250b43246.tar forums-0d6e587fda5d20477e0d44273928ccf250b43246.tar.gz forums-0d6e587fda5d20477e0d44273928ccf250b43246.tar.bz2 forums-0d6e587fda5d20477e0d44273928ccf250b43246.tar.xz forums-0d6e587fda5d20477e0d44273928ccf250b43246.zip |
Merge remote-tracking branch 'vinny/ticket/12118' into develop-olympus
* vinny/ticket/12118:
[ticket/12118] Add noindex meta tag to subsilver2 view-print templates
Diffstat (limited to 'phpBB/styles/subsilver2')
-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"> |