Tuesday, September 27, 2011

Template function in Drupal

function phptemplate_body_class($left_top, $left_bottom, $right) - Sets the body-tag class attribute.

function phptemplate_comment_wrapper($content, $node) - Allow themable wrapping of all comments.

function phptemplate_preprocess_page(&$vars) { - Override or insert PHPTemplate variables into the templates.

function phptemplate_breadcrumb($breadcrumb) {

function fastlivemail_menu_tree($tree) {

function fastlivemail_menu_item_link($link) {

function fastlivemail_menu_item($link, $has_children, $menu = '', $in_active_trail = FALSE, $extra_class = NULL) {

function fastlivemail_button($element) {

function fastlivemail_tablesort_indicator($style) {

function phptemplate_get_ie_styles() { - Generates IE CSS links for LTR and RTL languages.

No comments:

Post a Comment