annotate 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
rev   line source
danielebarchiesi@6 1 <?php
danielebarchiesi@6 2
danielebarchiesi@6 3 /**
danielebarchiesi@6 4 * Implements hook_preprocess_TEMPLATE().
danielebarchiesi@6 5 */
danielebarchiesi@6 6 function ohm_preprocess_comment_wrapper(&$variables) {
danielebarchiesi@6 7 $variables['form_title_attributes_array']['class'][] = 'section-title';
danielebarchiesi@6 8 $variables['title_attributes_array']['class'][] = 'section-title';
danielebarchiesi@6 9 }