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.
12 lines
664 B
Smarty
12 lines
664 B
Smarty
10 years ago
|
|
||
|
|
||
|
<!-- IF loggedIn -->
|
||
|
<div class="btn-group thread-sort dropup">
|
||
|
<button class="btn btn-default dropdown-toggle" data-toggle="dropdown" type="button">[[topic:sort_by]] <span class="caret"></span></button>
|
||
|
<ul class="dropdown-menu pull-right">
|
||
|
<li><a href="#" class="oldest_to_newest" data-sort="oldest_to_newest"><i class="fa fa-fw"></i> [[topic:oldest_to_newest]]</a></li>
|
||
|
<li><a href="#" class="newest_to_oldest" data-sort="newest_to_oldest"><i class="fa fa-fw"></i> [[topic:newest_to_oldest]]</a></li>
|
||
|
<li><a href="#" class="most_votes" data-sort="most_votes"><i class="fa fa-fw"></i> [[topic:most_votes]]</a></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
<!-- ENDIF loggedIn -->
|