mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge remote-tracking branch 'vinny/ticket/12118' into develop-olympus
* vinny/ticket/12118: [ticket/12118] Add noindex meta tag to subsilver2 view-print templates
This commit is contained in:
commit
0d6e587fda
2 changed files with 2 additions and 0 deletions
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue