[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/themes/rootcandy/ -> template.php (summary)

(no description)

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

Defines 21 functions

  rootcandy_body_class()
  _rootcandy_admin_navigation()
  rootcandy_admin_navigation()
  _rootcandy_besturlmatch()
  rootcandy_preprocess_page()
  rootcandy_admin_block_content()
  _rootcandy_menu_icon()
  rootcandy_menu_local_tasks()
  _rootcandy_icon()
  rootcandy_custom_icons()
  rootcandy_filter_xss()
  rootcandy_settings_init()
  rootcandy_get_page_classes()
  rootcandy_id_safe()
  rootcandy_breadcrumb()
  _rootcandy_links()
  rootcandy_menu_item_link()
  _rootcandy_countmatches()
  rootcandy_system_settings_form()
  rootcandy_theme()
  _rootcandy_init_role_menu()

Functions
Functions that are not part of a class:

rootcandy_body_class($left = NULL, $right = NULL)   X-Ref


_rootcandy_admin_navigation()   X-Ref
No description

rootcandy_admin_navigation($items, $class)   X-Ref
No description

_rootcandy_besturlmatch($needle, $menuitems)   X-Ref
No description

rootcandy_preprocess_page(&$vars)   X-Ref
Override or insert PHPTemplate variables into the templates.


rootcandy_admin_block_content($content)   X-Ref
No description

_rootcandy_menu_icon($href)   X-Ref
No description

rootcandy_menu_local_tasks()   X-Ref
Returns the rendered local tasks. The default implementation renders
them as tabs. Overridden to split the secondary tasks.


_rootcandy_icon($name, $size = '16', $subdir = '', $icons = '')   X-Ref
No description

rootcandy_custom_icons()   X-Ref
No description

rootcandy_filter_xss($string)   X-Ref
No description

rootcandy_settings_init($theme)   X-Ref
Read the theme settings' default values from the .info and save them into the database.

param: $theme

rootcandy_get_page_classes($path = NULL)   X-Ref
No description

rootcandy_id_safe($string)   X-Ref
Converts a string to a suitable html ID attribute. Borrowed from Zen theme

http://www.w3.org/TR/html4/struct/global.html#h-7.5.2 specifies what makes a
valid ID attribute in HTML. This function:

- Ensure an ID starts with an alpha character by optionally adding an 'id'.
- Replaces any character except alphanumeric characters with dashes.
- Converts entire string to lowercase.

param: $string
return:

rootcandy_breadcrumb($breadcrumb)   X-Ref
No description

_rootcandy_links($links, $attributes = array('class' => 'links')   X-Ref
No description

rootcandy_menu_item_link($link)   X-Ref
No description

_rootcandy_countmatches($arrayone, $arraytwo)   X-Ref
No description

rootcandy_system_settings_form($form)   X-Ref
No description

rootcandy_theme()   X-Ref
No description

_rootcandy_init_role_menu()   X-Ref
No description



Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7