GITLAB

Eduardo Padilla / Congreso Gestion Ambiental

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • congreso-gestion-ambiental
  • sites
  • all
  • modules
  • ctools
  • ctools_ajax_sample
  • ctools_ajax_sample.install
  • 3657b1ce5   webform Browse Code ยป
    Eduardo Padilla
    2015-06-16 15:41:37 -0400  
ctools_ajax_sample.install 207 Bytes
edit raw blame history
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
<?php

/**
 * @file 
 */

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

}

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

}