示例#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;
}