function npop_views_api in Node pop-up 7
Implements hook_views_api().
File
- ./
npop.module, line 283 - Create popup nodes with ajax and Drupal core functionality.
Code
function npop_views_api() {
return array(
'api' => 3,
'path' => drupal_get_path('module', 'npop') . '/views',
);
}