From 1dc977c3c18ce075f6f335db0f61600857d509fa Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Wed, 30 Jan 2002 17:14:37 +0000 Subject: Document.Format(): Add support for optional favicon. --- Mailman/htmlformat.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Mailman/htmlformat.py') diff --git a/Mailman/htmlformat.py b/Mailman/htmlformat.py index 65b72df27..ff2b7d926 100644 --- a/Mailman/htmlformat.py +++ b/Mailman/htmlformat.py @@ -310,6 +310,9 @@ class Document(Container): '', '
' ]) + if mm_cfg.SHORTCUT_ICON: + output.append('' % + (mm_cfg.IMAGE_LOGOS + mm_cfg.SHORTCUT_ICON)) if self.title: output.append('%s