|
|
# disable Mailman's logo footer altogther, hack | # disable Mailman's logo footer altogther, hack |
# Mailman/htmlformat.py:MailmanLogo(), which also contains the hardcoded links | # Mailman/htmlformat.py:MailmanLogo(), which also contains the hardcoded links |
# and image names. | # and image names. |
IMAGE_LOGOS = '/icons/' |
IMAGE_LOGOS = '/mailman-icons/' |
| |
# The name of the Mailman favicon | # The name of the Mailman favicon |
SHORTCUT_ICON = 'mm-icon.png' | SHORTCUT_ICON = 'mm-icon.png' |