function date_navigation_plugin_style::render in Date 6
Render the calendar navigation style.
File
- ./
date_api.views.inc, line 497 - Defines date-related Views data and plugins:
Class
- date_navigation_plugin_style
- Style plugin to create date back/next navigation.
Code
function render() {
return theme($this
->theme_functions(), $this->view, $this->options, array());
}