C:/drupal/modules/forum/forum-submitted.tpl.php File Reference
Go to the source code of this file.
Detailed Description
Default theme implementation to format a simple string indicated when and by whom a topic was submitted.
Available variables:
- $author: The author of the post.
- $time: How long ago the post was created.
- $topic: An object with the raw data of the post. Unsafe, be sure to clean this data before printing.
- See also:
- template_preprocess_forum_submitted()
theme_forum_submitted()
Definition in file forum-submitted.tpl.php.
Variable Documentation