Skip to content

Instantly share code, notes, and snippets.

@EclipseGc
Created September 30, 2012 21:45
Show Gist options
  • Save EclipseGc/3808537 to your computer and use it in GitHub Desktop.
Save EclipseGc/3808537 to your computer and use it in GitHub Desktop.
<?php
/**
* Implements hook_block_alter().
*/
function bartik_block_alter(&$definitions) {
$definitions['page_primary_links']['class'] = 'Drupal\\bartik\\blocks\\PrimaryLinks';
$definitions['page_secondary_links']['class'] = 'Drupal\\bartik\\blocks\\SecondaryLinks';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment