예제 #1
0
파일: bc.php 프로젝트: noikiy/roundcubemail
function rcube_fontdefs($font = null)
{
    return rcmail::font_defs($font);
}
예제 #2
0
function rcube_fontdefs($font = null)
{
    _deprecation_warning(__FUNCTION__);
    return rcmail::font_defs($font);
}