Switch to side-by-side view

--- a/ForgeWiki/forgewiki/wiki_main.py
+++ b/ForgeWiki/forgewiki/wiki_main.py
@@ -62,6 +62,7 @@
     default_mount_label='Wiki'
     default_mount_point='wiki'
     ordinal=5
+    default_root_page_name = 'Home'
 
     def __init__(self, project, config):
         Application.__init__(self, project, config)
@@ -99,10 +100,6 @@
         data['destinations'] = 'devnull@localhost'
         g.publish('audit', 'forgemail.send_email',
             data, serializer='yaml')
-
-    @property
-    def default_root_page_name(self):
-        return self.config.options.mount_point.title() + 'Home'
 
     @property
     def root_page_name(self):