Remove favicon template object from template files (#6612)

pull/6622/head
johndoh 5 years ago committed by Aleksander Machniak
parent 43499432a5
commit d0c7e8d7c3

@ -2,7 +2,8 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><roundcube:object name="pagetitle" /></title>
<roundcube:object name="favicon" doctype="html4" />
<roundcube:object name="meta" />
<roundcube:object name="links" />
<link rel="stylesheet" type="text/css" href="/print.css" />
</head>
<body>

@ -2,7 +2,8 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><roundcube:object name="pagetitle" /></title>
<roundcube:object name="favicon" doctype="html4" />
<roundcube:object name="meta" />
<roundcube:object name="links" />
<link rel="stylesheet" type="text/css" href="/print.css" />
</head>
<body>

@ -2,7 +2,8 @@
<html>
<head>
<title><roundcube:object name="pagetitle" /></title>
<roundcube:object name="favicon" />
<roundcube:object name="meta" />
<roundcube:object name="links" />
<link rel="stylesheet" type="text/css" href="/print.css" />
</head>
<body>

@ -2,7 +2,8 @@
<html>
<head>
<title><roundcube:object name="pagetitle" /></title>
<roundcube:object name="favicon" />
<roundcube:object name="meta" />
<roundcube:object name="links" />
<link rel="stylesheet" type="text/css" href="/print.css" />
</head>
<body>

Loading…
Cancel
Save