Exemplo n.º 1
0
Arquivo: touch.php Projeto: xctcc/npt
function touch_theme_avatar($url, $force_large = true)
{
    return theme_avatar($url, $force_large);
}
Exemplo n.º 2
0
function desktop_theme_avatar($url, $force_large = true)
{
    return theme_avatar($url, $force_large);
}