1/04/2009

How to show some strings instead of logo image at the top left of page in moinmoin

Edit moin-desktop/MoinMoin/config.py

find
logo_string = u'[img src="/wiki/common/moinmoin_.png" alt="MoinMoin Logo" /]'

to
logo_string = u'Logo string here'


where, [ and ] should be replaced by ( and )

댓글 없음: