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