function theme_calendar_nav_wrapper in Calendar 5
Theme for the back/next navigation bar This is really hackish to put it in a table, but so many themes break otherwise that I gave up on anything else
1 theme call to theme_calendar_nav_wrapper()
- theme_calendar_show_nav in ./
calendar.theme - Format the calendar navigation
File
- ./
calendar.theme, line 325
Code
function theme_calendar_nav_wrapper($array) {
return theme('table', $array, array());
}