[% title = topic.title _ ' : ' _ forum.name %] [% url_prefix = forum.forum_url _ '/topic/' _ topic.topic_id %] [% RSS_URL = url_prefix _ '/rss' %] [% c.load_once("jquery.ui/smoothness/jquery-ui-1.7.custom.css") %]
[% IF c.user_exists %] [% c.load_once("site/star.js") %] [% END %] [% INCLUDE comment/show.html %] [% IF c.user_exists AND NOT (topic.closed OR (forum.settings.can_post_replies AND forum.settings.can_post_replies == 'N')) %] [% INCLUDE comment/post.html %] [% END %]