[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/modules/calendar/calendar_multiday/theme/ -> theme.inc (summary)

(no description)

File Size: 972 lines (35 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 22 functions

  template_preprocess_calendar_main()
  template_preprocess_calendar()
  template_preprocess_calendar_month()
  template_preprocess_calendar_mini()
  template_preprocess_calendar_year()
  template_preprocess_calendar_day_overlap()
  template_preprocess_calendar_day()
  template_preprocess_calendar_week_overlap()
  template_preprocess_calendar_week()
  template_preprocess_calendar_datebox()
  template_preprocess_calendar_node()
  template_preprocess_calendar_month_node()
  template_preprocess_calendar_month_multiple_node()
  template_preprocess_calendar_day_node()
  template_preprocess_calendar_week_node()
  template_preprocess_calendar_week_multiple_node()
  theme_calendar_time_row_heading()
  theme_calendar_stripe_legend()
  theme_calendar_stripe_stripe()
  theme_calendar_empty_day()
  _calc_indents()
  _calc_indent()

Functions
Functions that are not part of a class:

template_preprocess_calendar_main(&$vars)   X-Ref
Display a calendar navigation and links


template_preprocess_calendar(&$vars)   X-Ref
Display a view as a calendar.

This preprocessor does all the work needed for all types of calendar
views and the template takes care of displaying links to related views.

template_preprocess_calendar_month(&$vars)   X-Ref
Display a month view.


template_preprocess_calendar_mini(&$vars)   X-Ref
Display a mini month view.


template_preprocess_calendar_year(&$vars)   X-Ref
Display a year view.


template_preprocess_calendar_day_overlap(&$vars)   X-Ref
Display a day overlap view.


template_preprocess_calendar_day(&$vars)   X-Ref
Display a day view.


template_preprocess_calendar_week_overlap(&$vars)   X-Ref
Display a week overlap view.


template_preprocess_calendar_week(&$vars)   X-Ref
Display a week view.


template_preprocess_calendar_datebox(&$vars)   X-Ref
Create the calendar date box.


template_preprocess_calendar_node(&$vars)   X-Ref
Format an calendar node for display.


template_preprocess_calendar_month_node(&$vars)   X-Ref
Format an calendar month node for display.


template_preprocess_calendar_month_multiple_node(&$vars)   X-Ref
Format an calendar month node for display.


template_preprocess_calendar_day_node(&$vars)   X-Ref
Format an calendar day node for display.


template_preprocess_calendar_week_node(&$vars)   X-Ref
Format an calendar week node for display.


template_preprocess_calendar_week_multiple_node(&$vars)   X-Ref
Format an calendar week node for display.


theme_calendar_time_row_heading($start_time, $next_start_time, $curday_date)   X-Ref
Format the time row headings in the week and day view.


theme_calendar_stripe_legend()   X-Ref
Format a node stripe legend


theme_calendar_stripe_stripe($node)   X-Ref
Format node stripes


theme_calendar_empty_day($curday, $view)   X-Ref
Format an empty day on a calendar

param: day

_calc_indents(&$overlapped_items, $start, $end, &$item, $depth = 0)   X-Ref
Indent items based off a nested tree structure of overlapping items

param: array $overlapped_items
param: date $start
param: date $end
param: array $item
param: int $depth
return: rc

_calc_indent( $cur_depth, $depth )   X-Ref
Calculates the indent based of the current depth and the depth of this branch in the tree

param: int $cur_depth
param: int $depth
return: number



Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7