You are here

Common Functionality - Theme in Common Functionality 7.2

Provides theme-specific functions for themes to call.

Parent topics

File

modules/cf_theme/cf_theme.module, line 8
Common Functionality - Theme module.

Functions

Namesort descending Location Description
cf_theme_generate_headers modules/cf_theme/cf_theme.module Properly generates html headers based on the contents of the $cf parameter.
cf_theme_get_variables modules/cf_theme/cf_theme.module Returns an array of variables to be used by a given theme.
cf_theme_render_cf modules/cf_theme/cf_theme.module Safely render all cf variables specified in the $keys array.
cf_theme_render_variables modules/cf_theme/cf_theme.module Safely render all variables specified in the $keys array.
cf_theme_safe_css modules/cf_theme/cf_theme.module A wrapper around drupal_clean_css_identifier that allows underscores.
cf_theme_safe_css_string_part modules/cf_theme/cf_theme.module Returns a string with all non-word characters turned into underscores.