diff options
| author | bwarsaw | 2002-04-21 15:27:02 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-04-21 15:27:02 +0000 |
| commit | 1f3b0e73425db606d1072551fe6ff4d0ceed368d (patch) | |
| tree | a22db08a07657c0396134292060b955f650abcf8 /Mailman/Defaults.py.in | |
| parent | 1808ae4e41d45e403d6fc12a88c8be930ceff131 (diff) | |
| download | mailman-1f3b0e73425db606d1072551fe6ff4d0ceed368d.tar.gz mailman-1f3b0e73425db606d1072551fe6ff4d0ceed368d.tar.zst mailman-1f3b0e73425db606d1072551fe6ff4d0ceed368d.zip | |
Diffstat (limited to 'Mailman/Defaults.py.in')
| -rw-r--r-- | Mailman/Defaults.py.in | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index d3f49f644..63f0b0c49 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -37,15 +37,16 @@ def days(d): return d * 60 * 60 * 24 # General system-wide defaults ##### -# Should image logos be used? Set this to false to disable image logos from -# "our sponsors" and just use textual links instead. Otherwise, this should -# contain the URL base path to the logo images (and must contain the trailing -# slash).. If you want to disable Mailman's logo footer altogther, hack +# Should image logos be used? Set this to 0 to disable image logos from "our +# sponsors" and just use textual links instead (this will also disable the +# shortcut "favicon"). Otherwise, this should contain the URL base path to +# the logo images (and must contain the trailing slash).. If you want to +# disable Mailman's logo footer altogther, hack # Mailman/htmlformat.py:MailmanLogo(), which also contains the hardcoded links # and image names. IMAGE_LOGOS = '/icons/' -# Set this to None to inhibit Mailman's favicon. +# The name of the Mailman favicon SHORTCUT_ICON = 'mm-icon.png' # Don't change MAILMAN_URL, unless you want to point it at one of the mirrors. |
