view sites/all/modules/ctools/ctools_ajax_sample/ctools_ajax_sample.install @ 13:134d4b2e75f6

updated quicktabs and google analytics modules
author danieleb <danielebarchiesi@me.com>
date Tue, 29 Oct 2013 13:48:59 +0000
parents ff03f76ab3fe
children
line wrap: on
line source
<?php

/**
 * @file 
 */

/**
 * Implementation of hook_install() 
 */
function ctools_ajax_sample_install() {

}

/**
 * Implementation of hook_uninstall() 
 */
function ctools_ajax_sample_uninstall() {

}