Example #1
0
File: arts.php Project: philum/cms
function arts_j($p, $o, $res = '')
{
    list($p, $o) = ajxp($res, $p, $o);
    req('api,pop,art,tri,spe,mod');
    $r = array('articles', $p, 'Articles', '', 'multi', '');
    sesone('nl', $o);
    $ret = build_mods($r);
    sesone('nl', '');
    return $ret;
}
Example #2
0
File: read.php Project: philum/cms
function plug_read($p)
{
    if (!$p) {
        return;
    }
    req('art,pop,tri,spe');
    sesone('nl', 'nl');
    $ret = art_read_b($p, '', '3', '');
    sesone('nl', '');
    return $ret;
}