You are here

function template_preprocess_calendar_style in Calendar 7.3

Preprocess an RSS feed.

File

theme/theme.inc, line 11
Theme functions for the Calendar module.

Code

function template_preprocess_calendar_style(&$vars) {
  global $base_url;
  global $language;
}