|
|
|
@ -8,10 +8,10 @@
|
|
|
|
|
|
|
|
|
|
<div class="clearfix">
|
|
|
|
|
<!-- IF privileges.topics:create -->
|
|
|
|
|
<button id="new_topic" class="btn btn-primary">[[category:new_topic_button]]</button>
|
|
|
|
|
<button component="category/post" id="new_topic" class="btn btn-primary">[[category:new_topic_button]]</button>
|
|
|
|
|
<!-- ELSE -->
|
|
|
|
|
<!-- IF !loggedIn -->
|
|
|
|
|
<a component="post/guest" href="{config.relative_path}/login" class="btn btn-primary">[[category:guest-login-post]]</a>
|
|
|
|
|
<a component="category/post/guest" href="{config.relative_path}/login" class="btn btn-primary">[[category:guest-login-post]]</a>
|
|
|
|
|
<!-- ENDIF !loggedIn -->
|
|
|
|
|
<!-- ENDIF privileges.topics:create -->
|
|
|
|
|
|
|
|
|
|