Вы здесь

Друпал 7: forum-icon.tpl.php

forum-icon.tpl.php — шаблон формирующий соответствующий теме форума значок

Переменные

  • $first_new: Indicates whether this is the first topic with new posts
  • $icon_class: The icon to display. May be one of 'hot', 'hot-new', 'new', 'default', 'closed', or 'sticky'
  • $new_posts — индикатор наличия новых сообщений

Пример шаблона

<div class="topic-status-<?php print $icon_class ?>" title="<?php print $icon_title ?>">
<?php if ($first_new): ?>
  <a id="new"></a>
<?php endif; ?>

  <span class="element-invisible"><?php print $icon_title ?></span>

</div>