Functions for linking Javascript and CSS files, for retrieving data and for theming.
| Name | Description |
|---|---|
| daily_theme | Implementation of hook_theme() |
| theme_daily_calendar_month | Theme a month calendar. |
| _daily_calendar_month_data | Compute the data needed to display a month calendar with links. |
| _daily_css | Add a link to the daily CSS sheet. |
| _daily_find_our_tids | Find the taxonomy term id that belongs to the daily vocabulary. |
| _daily_get_prev_next | Get first/previous/next/last nids. |
| _daily_js | Add a link to the daily Javascript code. |
| _daily_node_by_tid | Retrieve the node of a daily item associated with a tid on a certain offset. |
| _daily_node_by_tid_random | Retrieve the node of a daily item associated with a tid on a random offset. |