You are here

merci_calendar_view.module in MERCI (Manage Equipment Reservations, Checkout and Inventory) 6.2

Same filename and directory in other branches
  1. 7.2 modules/merci_calendar_view/merci_calendar_view.module

merci_template functions

File

modules/merci_calendar_view/merci_calendar_view.module
View source
<?php

/**
 * @file
 * merci_template functions
 */

/**
 * Implements hook_views_api().
 */
function merci_calendar_view_views_api() {
  return array(
    'api' => 2,
    'path' => drupal_get_path('module', 'merci_calendar_view'),
  );
}

Functions