<?php
/**
 * @file
 * views_nivo_slider_test.features.inc
 */

/**
 * Implements hook_views_api().
 */
function views_nivo_slider_test_views_api($module = NULL, $api = NULL) {
  return array("api" => "3.0");
}
