This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
function MODULE_preprocess_block(&$variables) { | |
if ($variables['block']->module == 'contact' && $variables['block']->delta == 'contact_block') { | |
$variables['block_html_id'] = drupal_html_id('your-id-here'); | |
$variables['classes_array'][] = drupal_html_class('your-class-here'); | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original text here: https://whydavewhy.com/2013/08/16/loyalty-and-layoffs/ |