diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sites/all/themes/omega/ohm/preprocess/comment-wrapper.preprocess.inc	Fri Sep 20 11:18:21 2013 +0100
@@ -0,0 +1,9 @@
+<?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';
+}