Как включить картинки в advf-forum-icon.tpl.php

Прислано: Spirit412

пт, 05/09/2008 - 11:56

Другие статьи по теме:

Мучаюсь, немогу понять - как включить картинки которые есть в папке images к модулю advforum....
Как я понимаю... должны картинки появиться к онлайн-статусу, и прочему что указано в advf-forum-user.tpl.php
?>

Вот код advf-forum-icon.tpl.php:

<?php
// $Id: advf-forum-icon.tpl.php,v 1.1.2.5 2008/05/13 04:15:55 michellec Exp $

/**
 * @file advf-forum-icon.tpl.php
 * Display an appropriate icon for a forum post.
 *
 * Available variables:
 * - $new_posts: Indicates whether or not the topic contains new posts.
 * - $icon: The icon to display. May be one of 'hot', 'hot-new', 'new',
 *   'default', 'closed', or 'sticky'.
 * - $iconpath: Path from Drupal root to the directory with the forum icons.
 *
 * @see template_preprocess_forum_icon()
 * @see advanced_forum_preprocess_forum_icon()
*/
?>

<?php if ($new_posts): ?>

<?php endif; ?>

<?php print theme('image'"$iconpath/forum-$icon.png"); ?>

<?php if ($new_posts): ?>

<?php endif; ?>