Package base :: Package themes :: Package garland :: Module template
[hide private]

Module template

source code

Garland theme template override file
See Also:
Drupy Homepage, Drupal Homepage
Notes:

Author: Brendon Crawford

Copyright: 2008 Brendon Crawford

Contact: message144 at users dot sourceforge dot net

Version: 0.1

Functions [hide private]
 
theme_breadcrumb(breadcrumb)
Return a themed breadcrumb trail.
source code
 
theme_comment_wrapper(content, node)
Allow themable wrapping of all comments.
source code
 
theme_preprocess_page(vars_)
Override or insert variables into the page template.
source code
 
theme_menu_local_tasks()
Returns the rendered local tasks.
source code
 
drupytemplate_comment_submitted(comment)
Format the Submitted by username on date/time' for each comment.
source code
 
theme_node_submitted(node)
Format the 'Submitted by username on date/time' for each node.
source code
 
theme_get_ie_styles()
Generates IE CSS links for LTR and RTL languages.
source code
Variables [hide private]
  __version__ = '$Revision: 1 $'
Function Details [hide private]

theme_breadcrumb(breadcrumb)

source code 
Return a themed breadcrumb trail.
Parameters:
  • breadcrumb - An array containing the breadcrumb links.
Returns:
a string containing the breadcrumb output.

theme_menu_local_tasks()

source code 
Returns the rendered local tasks. The default implementation renders them as tabs. Overridden to split the secondary tasks.