AlkantarClanX12

Your IP : 216.73.216.75


Current Path : /var/www/concellodapobradobrollon.gal/web/sites/all/modules/semanticviews/
Upload File :
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,
  );
}