Exemple #1
0
function photoPage($webgbDao, $idCommunity)
{
    global $USER;
    $webgdCommunity = new WebgdCommunityDao();
    $listFiles = $webgdCommunity->mediaByCommunity($idCommunity, $USER->id, 'photo');
    Commons::printListPhotos($idCommunity, $listFiles);
}