25 lines
980 B
Text
25 lines
980 B
Text
$NetBSD: patch-ae,v 1.3 2004/09/06 04:12:46 lukem Exp $
|
|
|
|
--- Mailman/Defaults.py.in.orig 2003-12-14 03:34:17.000000000 +1100
|
|
+++ Mailman/Defaults.py.in
|
|
@@ -54,7 +54,7 @@ No = no = Off = off = False
|
|
# disable Mailman's logo footer altogther, hack
|
|
# Mailman/htmlformat.py:MailmanLogo(), which also contains the hardcoded links
|
|
# and image names.
|
|
-IMAGE_LOGOS = '/icons/'
|
|
+IMAGE_LOGOS = '/mailman-icons/'
|
|
|
|
# The name of the Mailman favicon
|
|
SHORTCUT_ICON = 'mm-icon.png'
|
|
@@ -64,6 +64,11 @@ MAILMAN_URL = 'http://www.gnu.org/softwa
|
|
#MAILMAN_URL = 'http://www.list.org/'
|
|
#MAILMAN_URL = 'http://mailman.sf.net/'
|
|
|
|
+# Details of third image
|
|
+IMAGE3_URL = 'http://www.gnu.org/'
|
|
+IMAGE3_IMG = 'gnu-head-tiny.jpg'
|
|
+IMAGE3_ALT = 'Gnu\'s Not Unix'
|
|
+
|
|
# Mailman needs to know about (at least) two fully-qualified domain names
|
|
# (fqdn); 1) the hostname used in your urls, and 2) the hostname used in email
|
|
# addresses for your domain. For example, if people visit your Mailman system
|