AlkantarClanX12

Your IP : 216.73.216.176


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