Hi, I can add some text in the footer by adding this to LocalSettings :
$wgFooterIcons['block'] = array('my text here');
But I can't manage to insert a Mediawiki variable like SiteStats::articles() ... It's probably due to my lack of PHP skills ! What's the easy way to do that ? Thanks