function mentalMapsPage($webgbDao, $idCommunity) { global $USER; $webgdCommunity = new WebgdCommunityDao(); $listMaps = $webgdCommunity->allLinksByCommunity($idCommunity, 'map'); Commons::printListMap($listMaps, $idCommunity, false); }