Chris@0: {# Chris@0: /** Chris@0: * @file Chris@0: * Default theme implementation to display a status icon for a forum post. Chris@0: * Chris@0: * Available variables: Chris@0: * - attributes: HTML attributes to be applied to the wrapper element. Chris@0: * - class: HTML classes that determine which icon to display. May be one of Chris@0: * 'hot', 'hot-new', 'new', 'default', 'closed', or 'sticky'. Chris@0: * - title: Text alternative for the forum icon. Chris@0: * - icon_title: Text alternative for the forum icon, same as above. Chris@0: * - new_posts: '1' when this topic contains new posts, otherwise '0'. Chris@0: * - first_new: '1' when this is the first topic with new posts, otherwise '0'. Chris@0: * - icon_status: Indicates which status icon should be used. Chris@0: * Chris@0: * @see template_preprocess_forum_icon() Chris@0: * Chris@0: * @ingroup themeable Chris@0: */ Chris@0: #} Chris@0: