You are here

function calendar_plugin_style::render in Calendar 6.2

Same name and namespace in other branches
  1. 7.3 includes/calendar_plugin_style.inc \calendar_plugin_style::render()
  2. 7 includes/calendar_plugin_style.inc \calendar_plugin_style::render()
  3. 7.2 includes/calendar_plugin_style.inc \calendar_plugin_style::render()

Render the calendar navigation style.

1 method overrides calendar_plugin_style::render()
calendar_view_plugin_style::render in includes/calendar_view_plugin_style.inc
Render the calendar attachment style.

File

includes/calendar_plugin_style.inc, line 175

Class

calendar_plugin_style
Style plugin to create the calendar navigation and links.

Code

function render() {
  return theme($this
    ->theme_functions(), $this->view, $this->options, array());
}