nicemap/nicemap.module, line 71
- Versions
- 6
nicemap_views_api()
Implementation of hook_views_api
Code
<?php
function nicemap_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'nicemap') . '/views',
);
}
?> nicemap/nicemap.module, line 71
nicemap_views_api()Implementation of hook_views_api
<?php
function nicemap_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'nicemap') . '/views',
);
}
?>