__section__ default __description__ Display a comment link string (reply, parent, etc.), included by dispComment __title__ __page__ misc __lang__ en_US __name__ dispLinkComment __template__ [% USE Slash %] [% IF (user.mode != 'archive' && nickname != "-") %] [% pid = realpid || pid %] [ [% UNLESS user.state.comment_read_only %][% Slash.linkComment({ sid => sid, pid => cid, op => 'Reply', subject => 'Reply to This', }) %] | [% END %][% Slash.linkComment({ sid => sid, cid => pid, pid => pid, subject => 'Parent', }, 1) %] [% IF can_mod && !user.state.comment_read_only %] | [% Slash.createSelect("reason_$cid", reasons, '', 1, 1); END %] [% IF user.is_admin && !user.state.comment_read_only %] | [% END %] ] [% END %] __seclev__ 10000