Beispiel #1
0
function desktop_theme_menu_bottom()
{
    return theme_menu_bottom() . js_counter('status');
}
Beispiel #2
0
function blackberry_theme_menu_bottom()
{
    global $blackberry_pagination;
    return theme_menu_bottom() . $blackberry_pagination;
}