Exemple #1
0
function theme_author($author = '')
{
    return in_admin() ? AdminThemeFacade::author($author) : HomeThemeFacade::author($author);
}