function imagecrop_theme_registry_alter in Image javascript crop 6
Implementation of hook_theme_registry_alter().
File
- ./
imagecrop.module, line 75 - Provides a javascript toolbox through an imagecache action.
Code
function imagecrop_theme_registry_alter(&$theme_registry) {
array_unshift($theme_registry['page']['theme paths'], drupal_get_path('module', 'imagecrop'));
}