Go to the source code of this file.
Functions | |
| garland_breadcrumb ($breadcrumb) | |
| garland_comment_wrapper ($content, $node) | |
| garland_preprocess_page (&$vars) | |
| garland_menu_local_tasks () | |
| phptemplate_comment_submitted ($comment) | |
| garland_node_submitted ($node) | |
| garland_get_ie_styles () | |
| garland_breadcrumb | ( | $ | breadcrumb | ) |
Return a themed breadcrumb trail.
| $breadcrumb | An array containing the breadcrumb links. |
Definition at line 11 of file template.php.
| garland_comment_wrapper | ( | $ | content, | |
| $ | node | |||
| ) |
Allow themable wrapping of all comments.
Definition at line 20 of file template.php.
| garland_get_ie_styles | ( | ) |
Generates IE CSS links for LTR and RTL languages.
Definition at line 91 of file template.php.
References base_path(), and path_to_theme().
Referenced by garland_preprocess_page().
| garland_menu_local_tasks | ( | ) |
Returns the rendered local tasks. The default implementation renders them as tabs. Overridden to split the secondary tasks.
Definition at line 62 of file template.php.
References menu_primary_local_tasks().
| garland_node_submitted | ( | $ | node | ) |
Format the "Submitted by username on date/time" for each node.
Definition at line 80 of file template.php.
References format_date(), t(), and theme().
| garland_preprocess_page | ( | &$ | vars | ) |
Override or insert variables into the page template.
Definition at line 32 of file template.php.
References $site_fields, check_plain(), garland_get_ie_styles(), menu_secondary_local_tasks(), module_exists(), and theme().
| phptemplate_comment_submitted | ( | $ | comment | ) |
Format the "Submitted by username on date/time" for each comment.
Definition at line 69 of file template.php.
References format_date(), t(), and theme().