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() { }