コード例 #1
0
ファイル: view.php プロジェクト: MoobiEgc/webgd_community
function iconPage($webgbDao, $idCommunity)
{
    global $USER;
    $webgdCommunity = new WebgdCommunityDao();
    $list = $webgdCommunity->allLinksByCommunity($idCommunity, 'icon');
    Commons::printListIcon($list, $idCommunity, false);
}