function ng_lightbox_theme_registry_alter in NG Lightbox 7
Implements hook_theme_registry_alter().
File
- ./
ng_lightbox.module, line 19 - The NG Lightbox module.
Code
function ng_lightbox_theme_registry_alter(&$theme_registry) {
$theme_registry['link']['module'] = drupal_get_path('module', 'ng_lightbox');
$theme_registry['link']['function'] = 'ng_lightbox_link';
}