<?php

/**
 * @file
 */

/**
 * Implements hook_views_api().
 */
function views_current_path_views_api() {
  return array(
    'api' => 3,
  );
}
