You are here

function calendar_plugin_display_page::get_style_type in Calendar 6.2

Same name and namespace in other branches
  1. 7 includes/calendar_plugin_display_page.inc \calendar_plugin_display_page::get_style_type()
  2. 7.2 includes/calendar_plugin_display_page.inc \calendar_plugin_display_page::get_style_type()

File

includes/calendar_plugin_display_page.inc, line 43

Class

calendar_plugin_display_page
The plugin that handles a full calendar page.

Code

function get_style_type() {
  return 'calendar';
}