Skip to content

Instantly share code, notes, and snippets.

View ericjgruber's full-sized avatar

Eric J. Gruber ericjgruber

  • Kansas City, MO
  • 10:27 (UTC -06:00)
View GitHub Profile
<?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');
}
}
@phaedryx
phaedryx / summary
Last active September 5, 2025 16:52
Loyalty and Layoffs by David Brady
Original text here: https://whydavewhy.com/2013/08/16/loyalty-and-layoffs/