Created
December 3, 2010 18:05
-
-
Save jacine/727294 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
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