Functions | |
| mypage_contact_mypage ($type, &$data, $uid) | |
| Implements MyPage hook. | |
| mypage_contact_get_contact_form ($uid) | |
| Returns the stock contact form. | |
| mypage_contact_get_message_preview ($num) | |
| Returns the specified number of messages in html format. | |
| string mypage_contact_get_contact_form | ( | $ | uid | ) |
Returns the stock contact form.
| $uid | The user id of the contact form we are retrieving. |
| string mypage_contact_get_message_preview | ( | $ | num | ) |
Returns the specified number of messages in html format.
| $num | The number of messages to return. |
| mypage_contact_mypage | ( | $ | type, | |
| &$ | data, | |||
| $ | uid | |||
| ) |
Implements MyPage hook.
| $type | The type of operation being performed. | |
| $data | The page being constructed. Passed by reference. | |
| $uid | The user id of the user being worked on. |
1.5.3