예제 #1
0
function desktop_theme_menu_bottom()
{
    return theme_menu_bottom() . js_counter('status');
}
예제 #2
0
파일: blackberry.php 프로젝트: xctcc/npt
function blackberry_theme_menu_bottom()
{
    global $blackberry_pagination;
    return theme_menu_bottom() . $blackberry_pagination;
}