diff options
| author | tkikuchi | 2005-08-28 04:53:42 +0000 |
|---|---|---|
| committer | tkikuchi | 2005-08-28 04:53:42 +0000 |
| commit | 1f3e090efd4deab7e40f0281eef4ced2e307a58f (patch) | |
| tree | 653804f67e5cdd8a7e562e75a0d75068e25ee74f /admin/www/MMGenerator.py | |
| parent | cdbc30b70ddd5a5f1f21ffa691dc0b362fe82193 (diff) | |
| download | mailman-1f3e090efd4deab7e40f0281eef4ced2e307a58f.tar.gz mailman-1f3e090efd4deab7e40f0281eef4ced2e307a58f.tar.zst mailman-1f3e090efd4deab7e40f0281eef4ced2e307a58f.zip | |
Diffstat (limited to 'admin/www/MMGenerator.py')
| -rw-r--r-- | admin/www/MMGenerator.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/admin/www/MMGenerator.py b/admin/www/MMGenerator.py index df632984e..738421837 100644 --- a/admin/www/MMGenerator.py +++ b/admin/www/MMGenerator.py @@ -17,8 +17,10 @@ from LinkFixer import LinkFixer sitelinks = [ # Row 1 ('%(rootdir)s/index.html', 'Home'), + ('%(rootdir)s/security.html', 'Security'), ('%(rootdir)s/docs.html', 'Documentation'), ('%(rootdir)s/lists.html', 'Mailing lists'), + (None, ' '), ('%(rootdir)s/help.html', 'Help'), ('%(rootdir)s/download.html', 'Download'), ('%(rootdir)s/devs.html', 'Developers'), @@ -61,7 +63,7 @@ entire article is permitted in any medium, provided this notice is preserved. # sitelink_fixer = LinkFixer(f.myurl(), rootdir) sitelink_fixer.massage(sitelinks, self.__d, aboves=1) - Banner.__init__(self, sitelinks, cols=3) + Banner.__init__(self, sitelinks, cols=4) # kludge! ## for i in range(len(p.sidebar)-1, -1, -1): ## if p.sidebar[i] == 'Email Us': |
