Ejemplo n.º 1
0
function iconPage($webgbDao, $idCommunity)
{
    global $USER;
    $webgdCommunity = new WebgdCommunityDao();
    $list = $webgdCommunity->allLinksByCommunity($idCommunity, 'icon');
    Commons::printListIcon($list, $idCommunity, false);
}