AlkantarClanX12
| Current Path : /var/www/concellodapobradobrollon.gal/web/sites/all/modules/semanticviews/ |
| Current File : /var/www/concellodapobradobrollon.gal/web/sites/all/modules/semanticviews/semanticviews.module |
<?php
/**
* @file
* Semantic Views module file.
*
* Not so much here, only declare which Views API.
*/
/**
* Implements hook_views_api().
*/
function semanticviews_views_api() {
return array(
'api' => 3.0,
);
}