Ejemplo n.º 1
0
Archivo: ajax.php Proyecto: philum/cms
     if (auth(6)) {
         $b = lj('small', 'popup_msql__3_lang_helps_txts_' . ajx($id), $id) . ' ';
     }
     $ret = divc('small', format_txt_r($b . helps($id), '', ''));
     break;
     //os
 //os
 case "desktop":
     req('spe');
     $ret = desktop_root($id, $va, $opt, $optb);
     $t = $va ? $va : 'Desktop';
     $s = 400;
     break;
 case "desk":
     req('spe');
     $ret = desktop_ico($id);
     break;
     //menus
 //menus
 case "deskbkg":
     $ret = desk_css();
     break;
 case "deskload":
     req('spe');
     req('spe');
     $ret = desktop_load($id);
     break;
 case "deskoff":
     req('pop,spe,art,tri,mod,boot');
     $_GET[$id] = $va;
     $ret = implode('', build_blocks());
Ejemplo n.º 2
0
Archivo: mod.php Proyecto: philum/cms
function deskmod($p)
{
    req('ajxf');
    $ret = desktop_ico('desk');
    $sty = 'position:relative; width:100%;';
    return divc('desk', $ret);
}