fixed the sorting issue
This commit is contained in:
parent
b505fbce18
commit
0af642e6fa
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
<div class="btn-group">
|
||||
{if $smarty.get.sorting}
|
||||
{foreach from=$sorting_links item=name key=sort}
|
||||
{if $smarty.get.time==$sort && isset($smarty.get.time)}
|
||||
{if $smarty.get.time==$sort && isset($smarty.get.sort)}
|
||||
<button class="btn btn-default" type="button">
|
||||
{$name}
|
||||
</button>
|
||||
|
@ -32,7 +32,7 @@
|
|||
{/foreach}
|
||||
{else}
|
||||
<button class="btn btn-default" type="button">
|
||||
Recent
|
||||
{$smarty.get.sort}
|
||||
</button>
|
||||
<button data-toggle="dropdown" class="btn btn-default dropdown-toggle" type="button">
|
||||
<span class="caret"></span>
|
||||
|
|
Loading…
Add table
Reference in a new issue