Esempio n. 1
0
File: touch.php Progetto: xctcc/npt
function touch_theme_avatar($url, $force_large = true)
{
    return theme_avatar($url, $force_large);
}
Esempio n. 2
0
function desktop_theme_avatar($url, $force_large = true)
{
    return theme_avatar($url, $force_large);
}