function theme_calendar_links in Calendar 5
Same name and namespace in other branches
- 5.2 calendar.theme \theme_calendar_links()
Format the links for calendar calendars
Parameters
links: An array of links to render
view: The current view being rendered
1 theme call to theme_calendar_links()
- theme_calendar_show_nav in ./
calendar.theme - Format the calendar navigation
File
- ./
calendar.theme, line 337
Code
function theme_calendar_links($links, $view) {
return theme('links', $links);
}