_forum_format
Functions that call _forum_format()
| Name | Location | Description |
|---|---|---|
| theme_forum_list | modules/forum.module | Format the forum listing. |
| theme_forum_topic_list | modules/forum.module | Format the topic listing. |
| _forum_format | modules/forum.module | Formats a topic for display |
Functions called by _forum_format()
| Name | Location | Description |
|---|---|---|
| format_interval | includes/common.inc | Format a time interval with the requested granularity. |
| message_na | includes/common.inc | Return a string with a "not applicable" message. |
| t | includes/common.inc | Translate strings to the current locale. |
| theme | includes/theme.inc | Generate the themed representation of a Drupal object. |
| _forum_format | modules/forum.module | Formats a topic for display |
