view sites/all/themes/omega/ohm/preprocess/comment-wrapper.preprocess.inc @ 6:a75ead649730

added biblio, admin_menu and reference modules
author danieleb <danielebarchiesi@me.com>
date Fri, 20 Sep 2013 11:18:21 +0100
parents
children
line wrap: on
line source
<?php

/**
 * Implements hook_preprocess_TEMPLATE().
 */
function ohm_preprocess_comment_wrapper(&$variables) {
  $variables['form_title_attributes_array']['class'][] = 'section-title';
  $variables['title_attributes_array']['class'][] = 'section-title';
}