| 1 |
<?php |
<?php |
| 2 |
// $Id: shoutbox.pages.inc,v 1.1.2.2 2008/05/20 03:04:48 disterics Exp $ |
// $Id: shoutbox.pages.inc,v 1.1.2.3 2008/06/03 09:08:20 disterics Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 6 |
* Page callbacks for the shoutbox module. |
* Page callbacks for the shoutbox module. |
| 7 |
*/ |
*/ |
| 8 |
|
|
| 9 |
/** |
/** |
| 10 |
* Shout Deletion callbacks |
* Shout Deletion callbacks |
| 11 |
*/ |
*/ |
| 12 |
|
|
| 28 |
} |
} |
| 29 |
|
|
| 30 |
/** |
/** |
| 31 |
* Display a confirmation page for publsihing |
* Display a confirmation page for publsihing |
| 32 |
* a moderated shout. |
* a moderated shout. |
| 33 |
* |
* |
| 34 |
* @param shout_id |
* @param shout_id |
| 60 |
$output .= drupal_get_form('shoutbox_unpublish_form', $shout); |
$output .= drupal_get_form('shoutbox_unpublish_form', $shout); |
| 61 |
return $output; |
return $output; |
| 62 |
} |
} |
| 63 |
|
|
| 64 |
|
|