mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-25 04:23:38 +01:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/12118] Add noindex meta tag to subsilver2 view-print templates Conflicts: phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html phpBB/styles/subsilver2/template/viewtopic_print.html
This commit is contained in:
commit
9b500538e3
@ -2,6 +2,7 @@
|
||||
<html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="robots" content="noindex" />
|
||||
<title>{SITENAME} :: {PAGE_TITLE}</title>
|
||||
|
||||
<style type="text/css">
|
||||
|
@ -2,6 +2,7 @@
|
||||
<html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="robots" content="noindex" />
|
||||
<title>{SITENAME} :: {PAGE_TITLE}</title>
|
||||
|
||||
<style type="text/css">
|
||||
|
Loading…
x
Reference in New Issue
Block a user