Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
bachy
2012-04-03 21:59:36 +02:00
parent 746109f079
commit 11d4a60bfc
3 changed files with 24 additions and 13 deletions

View File

@@ -124,6 +124,13 @@ function guibik_preprocess_html(&$vars){
}
function guibik_preprocess_views_view_table(&$vars){
if($vars['title'] != ''){
$vars['classes_array'][] = 'has-caption';
}
// dsm($vars);
}
/**
* Implements theme_form_element().
*/