예제 #1
0
파일: touch.php 프로젝트: xctcc/npt
function touch_theme_avatar($url, $force_large = true)
{
    return theme_avatar($url, $force_large);
}
예제 #2
0
파일: desktop.php 프로젝트: xctcc/npt
function desktop_theme_avatar($url, $force_large = true)
{
    return theme_avatar($url, $force_large);
}