Exemplo n.º 1
0
Arquivo: ajxf.php Projeto: philum/cms
function desktop_ico($id)
{
    $r = desktop_apps($id, '', '', '');
    return desktop_build_ico($r, '');
}
Exemplo n.º 2
0
Arquivo: mod.php Projeto: 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', '');
}
Exemplo n.º 3
0
Arquivo: ajxf.php Projeto: philum/cms
function desktop_ico($id)
{
    $r = desktop_apps($id, $va, $opt, $optb);
    return desktop_build_ico($r, '');
}