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