| 1 |
<?php |
<?php |
| 2 |
// $Id: contact_forms.module,v 1.1.2.2 2008/01/13 06:15:13 gpdinoz Exp $ |
// $Id: contact_forms.module,v 1.1.2.3 2008/09/25 08:59:24 gpdinoz Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 9 |
/** |
/** |
| 10 |
* Implementation of hook_menu() |
* Implementation of hook_menu() |
| 11 |
*/ |
*/ |
| 12 |
function contact_forms_menu($may_cache) { |
/*function contact_forms_menu($may_cache) { |
| 13 |
$items = array(); |
$items = array(); |
| 14 |
if ($may_cache) { |
if ($may_cache) { |
| 15 |
// instead of hijacking the path 'contact' we create a path for each contact category |
// instead of hijacking the path 'contact' we create a path for each contact category |
| 28 |
} |
} |
| 29 |
} |
} |
| 30 |
return $items; |
return $items; |
| 31 |
} |
}*/ |
| 32 |
|
|
| 33 |
/** |
/** |
| 34 |
* Implementation of hook_form_alter() |
* Implementation of hook_form_alter() |