Created
September 30, 2012 21:45
-
-
Save EclipseGc/3808537 to your computer and use it in GitHub Desktop.
This file contains 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 | |
/** | |
* 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