diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-02-16 11:14:28 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-02-16 11:14:28 +0000 |
| commit | bdc249e7015a1733cc697ed7e8c835c4e40b2067 (patch) | |
| tree | e9a97703e435a4cce077c395dcfc80948f32f5dc | |
| parent | 34e9fd805f9706d7e964d8c1a38b8c99be73abdb (diff) | |
- Add favicon on message print page (#1487789)
git-svn-id: https://svn.roundcube.net/trunk@4556 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/templates/messageprint.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/templates/messageprint.html b/roundcubemail/skins/default/templates/messageprint.html index f2775cd61..ea7a320f9 100644 --- a/roundcubemail/skins/default/templates/messageprint.html +++ b/roundcubemail/skins/default/templates/messageprint.html @@ -2,6 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title><roundcube:object name="pagetitle" /></title> +<link rel="shortcut icon" href="/images/favicon.ico"/> <link rel="stylesheet" type="text/css" href="/print.css" /> </head> <body> |
