コード例 #1
0
ファイル: favs.php プロジェクト: philum/cms
function fav_render_icons($r)
{
    req('spe');
    return desktop_build_ico($r, 'icones') . divc('clear', '');
}
コード例 #2
0
ファイル: ajxf.php プロジェクト: philum/cms
function apps_read($id)
{
    $r = msql_read('', ses('qb') . '_apps', $id, 1);
    $ra[$id] = $r;
    $ret = m_apps($ra, $r[5], $r[6], $r[3], $r[4]);
    return desktop_build_ico($ret, 'icones') . divc('clear', '');
}
コード例 #3
0
ファイル: mod.php プロジェクト: philum/cms
function desktop_arts($p, $o, $cnd, $no = '')
{
    poplist();
    if ($o) {
        $ob = str_replace('|', '/', $o);
    }
    $ob = strchr_b($ob, '/');
    $r = desktop_apps($cnd, $ob, $p, $o);
    //apps_(v)arts
    return desktop_build_ico($r, 'icones') . divc('clear', '');
}
コード例 #4
0
ファイル: ajxf.php プロジェクト: philum/cms
function desktop_ico($id)
{
    $r = desktop_apps($id, $va, $opt, $optb);
    return desktop_build_ico($r, '');
}