Functions | |
| mypage_quote_mypage ($type, &$data, $uid) | |
| Implements MyPage hook. | |
| mypage_quote_get ($uid) | |
| Retrieves the current quote for the specified user. | |
| string mypage_quote_get | ( | $ | uid | ) |
Retrieves the current quote for the specified user.
| $uid | The user id to return the quote for. |
| bool mypage_quote_mypage | ( | $ | type, | |
| &$ | data, | |||
| $ | uid | |||
| ) |
Implements MyPage hook.
| $type | The type of operation being performed. | |
| $data | The page being constructed. Passed by reference. | |
| $uid | The uid of the page being pulled up. |
1.5.3