Skip to content

Instantly share code, notes, and snippets.

@aschiwi
Created June 25, 2013 08:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aschiwi/5856993 to your computer and use it in GitHub Desktop.
Save aschiwi/5856993 to your computer and use it in GitHub Desktop.
this goes in your theme's template.php
<?php
/**
* Override variables used in page.tpl.php.
*/
function YOURTHEMENAME_preprocess_page(&$vars) {
// Adds jquery accordion library so we can use it in our site.
drupal_add_library('system', 'ui.accordion');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment