diff options
Diffstat (limited to 'admin/www/MMGenerator.py')
-rw-r--r-- | admin/www/MMGenerator.py | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/admin/www/MMGenerator.py b/admin/www/MMGenerator.py index 73842183..75637a8e 100644 --- a/admin/www/MMGenerator.py +++ b/admin/www/MMGenerator.py @@ -16,14 +16,14 @@ 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'), + ('%(rootdir)s/index.html', 'Home'), + ('%(rootdir)s/security.html', 'Security'), + ('%(rootdir)s/docs.html', 'Documentation'), + ('%(rootdir)s/lists.html', 'Mailing Lists'), + ('http://wiki.list.org/x/DQ', 'Community'), + ('%(rootdir)s/help.html', 'Help'), + ('%(rootdir)s/download.html', 'Download'), + ('%(rootdir)s/devs.html', 'Developers'), ] |