renamed new_post to new_topic

main
Barış Soner Uşaklı 10 years ago
parent 18479f9781
commit 02e9a495a2

@ -1,12 +1,12 @@
<div class="category"> <div class="category">
<!-- IMPORT partials/breadcrumbs.tpl --> <!-- IMPORT partials/breadcrumbs.tpl -->
<!-- IMPORT partials/category/subcategory.tpl --> <!-- IMPORT partials/category/subcategory.tpl -->
<!-- IF children.length --><hr /><!-- ENDIF children.length --> <!-- IF children.length --><hr /><!-- ENDIF children.length -->
<div class="clearfix"> <div class="clearfix">
<!-- IF privileges.topics:create --> <!-- IF privileges.topics:create -->
<button id="new_post" class="btn btn-primary">[[category:new_topic_button]]</button> <button id="new_topic" class="btn btn-primary">[[category:new_topic_button]]</button>
<!-- ELSE --> <!-- ELSE -->
<!-- IF !loggedIn --> <!-- IF !loggedIn -->
<a href="/login?next=category/{slug}" class="btn btn-primary">[[category:guest-login-post]]</a> <a href="/login?next=category/{slug}" class="btn btn-primary">[[category:guest-login-post]]</a>

Loading…
Cancel
Save