Example #1
0
function rcube_fontdefs($font = null)
{
    return rcmail::font_defs($font);
}
Example #2
0
function rcube_fontdefs($font = null)
{
    _deprecation_warning(__FUNCTION__);
    return rcmail::font_defs($font);
}