aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-01-26 20:50:40 +0100
committerAndreas Fischer <bantu@phpbb.com>2014-01-26 20:50:40 +0100
commit0d6e587fda5d20477e0d44273928ccf250b43246 (patch)
tree88643bf88d943e486c78ffb1748740073ed32a62 /phpBB/styles/subsilver2
parented409d3d5b89b3a2cad04a366a09f42280735799 (diff)
parentcb7a0d6f2af9a5d613232a9dbeacf603474012f8 (diff)
downloadforums-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.html1
-rw-r--r--phpBB/styles/subsilver2/template/viewtopic_print.html1
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">