Displaying 1 result from an estimated 1 matches for "page_front_pag".
Did you mean:
  page_front_page
  
2007 Oct 11
2
How to put always visible links on a multi-language wiki
...umentation
- es/Documentation will turn into just Documentaci?n (The related
translation to the English Documentation page name).
- We can add the pages Documentation, Download, Promote, Contribute,
About as the following in wikiconfig.py file:
    navi_bar = [
        # If you want to show your page_front_page here:
        #u'%(page_front_page)s',
        u'RecentChanges',
        u'FindPage',
        u'SiteNavigation',
        u'HelpContents',
        u'Documentation',
        u'Download',
        u'Contribute',
        u'Promote'...