Skip to content

Instantly share code, notes, and snippets.

@MKorostoff
Created October 19, 2014 20:14
Show Gist options
  • Save MKorostoff/285f88996fb12f32a03b to your computer and use it in GitHub Desktop.
Save MKorostoff/285f88996fb12f32a03b to your computer and use it in GitHub Desktop.
<?php
/**
* Add custom scripts
*/
function matt_page_alter(&$page) {
$page['#attached']['library'][] = 'matt/matt-corescripts';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment