[Mediawiki-l] including a allpages and categories links in the sidebar

Pablo Chamorro C. pchamorro at ingeominas.gov.co
Tue Apr 12 14:46:30 UTC 2005


I want to include some links from the SpecialPages, e.g. Allpages and 
Categories, but I see there is no such a 'allpages-url' or 
'categories-url' variables.  I would like to put them like this:

$wgNavigationLinks = array (
         array( 'text'=>'mainpage',      'href'=>'mainpage' ),
         array( 'text'=>'recentchanges', 'href'=>'recentchanges-url' ),
         array( 'text'=>'randompage',    'href'=>'randompage-url' ),
         array( 'text'=>'allpages',      'href'=>'allpages-url]]' ),
         array( 'text'=>'categories',    'href'=>'[[allpages-url]]' ),
);

and, in general, how can I include a custom link under navitationlinks or 
"toolslinks"?

Thank you very much,

Pablo

-- 
Tel: +57 (2) 7314752/3222/2595 - Fax: +57 (2) 7310514
Carrera 31 #18-07 Parque Infantil - PO Box 1795 - Pasto



More information about the MediaWiki-l mailing list