blob: 4e719b2be03050fbb18ede8a379422fd1090c04a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
$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
|