コード例 #1
0
function carrega_recursos_cabecalho()
{
    // codigo html
    $codigo_html .= fancybox();
    // retorno
    return $codigo_html;
}
コード例 #2
0
ファイル: php.php プロジェクト: xcution/SitepressCMS
function carrega_recursos_cabecalho()
{
    $codigo_html .= fancybox();
    $codigo_html .= jcrop();
    return $codigo_html;
}