Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.12, Wed Dec 31 12:37:41 2008 UTC | revision 1.13, Sun Oct 11 05:41:04 2009 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | // $Id: contact_forms.module,v 1.11 2008/09/25 04:20:15 gpdinoz Exp $ | // $Id: contact_forms.module,v 1.12 2008/12/31 12:37:41 gpdinoz Exp $ |
| 3 | ||
| 4 | /** | /** |
| 5 | * @file | * @file |
| # | Line 97 $form['contact_form_information'] = arra | Line 97 $form['contact_form_information'] = arra |
| 97 | '#required' => true, | '#required' => true, |
| 98 | ); | ); |
| 99 | } | } |
| 100 | } | |
| 101 | /** | |
| 102 | * Implementation of hook_menu_alter | |
| 103 | */ | |
| 104 | function contact_forms_menu_alter(&$items) { | |
| 105 | $items['contact/%'] = $items['contact']; | |
| 106 | } | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |