Skip to content

Instantly share code, notes, and snippets.

@jacine
Created December 3, 2010 18:05
Show Gist options
  • Save jacine/727294 to your computer and use it in GitHub Desktop.
Save jacine/727294 to your computer and use it in GitHub Desktop.
need to add this to skinr_plugin_hooks()
// @todo Load the include files and get an array of hooks; we need to
// know which module and which plugin comprises the hook.
include_once(drupal_get_path('module', 'skinr') .'/plugins/skins/provided_skin/provided_skin.inc');
$hooks = array(
'skinr_provided_skin' => array(
'type' => 'module',
'name' => 'skinr',
'plugin' => 'provided_skin',
'path' => drupal_get_path('module', 'skinr') .'/plugins/skins/provided_skin',
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment