function geysir_preprocess_paragraph in Geysir 8
Implements hook_preprocess_HOOK().
Using hook_preprocess_paragraph().
File
- ./
geysir.module, line 114 - Geysir module file.
Code
function geysir_preprocess_paragraph(&$vars) {
$vars['attributes']['class'][] = 'clearfix';
}