| 1 |
<?php |
<?php |
| 2 |
// $Id: invite_token.inc,v 1.4 2008/08/20 13:26:12 smk Exp $ |
// $Id: invite_token.inc,v 1.5 2008/09/02 17:02:14 smk Exp $ |
| 3 |
|
|
| 4 |
|
/** |
| 5 |
|
* @file |
| 6 |
|
* Token integration functions for invite module. |
| 7 |
|
*/ |
| 8 |
|
|
| 9 |
/** |
/** |
| 10 |
* Implementation of hook_token_values(). |
* Implementation of hook_token_values(). |
| 42 |
* of their replacement values. |
* of their replacement values. |
| 43 |
* |
* |
| 44 |
* @param type |
* @param type |
| 45 |
* The token types to display documentation for. Defaults to 'all'. |
* The token types to display documentation for. Defaults to 'all'. |
| 46 |
* @param prefix |
* @param prefix |
| 47 |
* The prefix your module will use when parsing tokens. Defaults to '[' |
* The prefix your module will use when parsing tokens. Defaults to '[' |
| 48 |
* @param suffix |
* @param suffix |
| 49 |
* The suffix your module will use when parsing tokens. Defaults to ']' |
* The suffix your module will use when parsing tokens. Defaults to ']' |
| 50 |
* @return An HTML table containing the formatting docs. |
* @return |
| 51 |
|
* An HTML table containing the formatting docs. |
| 52 |
*/ |
*/ |
| 53 |
function theme_invite_token_help($type = 'all', $prefix = '[', $suffix = ']') { |
function theme_invite_token_help($type = 'all', $prefix = '[', $suffix = ']') { |
| 54 |
token_include(); |
token_include(); |