You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
562 B
Smarty

10 years ago
<!-- IF !loggedIn -->
<a href="/login?next=topic/{slug}" class="btn btn-primary">[[topic:guest-login-reply]]</a>
<!-- ELSE -->
<a component="topic/reply" class="btn btn-primary post_reply <!-- IF !privileges.topics:reply -->hidden<!-- ENDIF !privileges.topics:reply -->">[[topic:reply]]</a>
<a component="topic/reply/locked" class="btn btn-primary post_reply <!-- IF !locked --><!-- IF privileges.topics:reply -->hidden<!-- ENDIF privileges.topics:reply --><!-- ENDIF !locked -->" disabled><i class="fa fa-lock"></i> [[topic:locked]]</a>
<!-- ENDIF !loggedIn -->