modified.
This commit is contained in:
parent
43868f6492
commit
3b157fd99c
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
{/if}
|
{/if}
|
||||||
<ul role="menu" class="dropdown-menu">
|
<ul role="menu" class="dropdown-menu">
|
||||||
{foreach from=$sorting_links item=name key=sort}
|
{foreach from=$sorting_links item=name key=sort}
|
||||||
<li><a href="{link name=time sort=$sort type=photos}&sorting=dkfs" {if $smarty.get.time==$sort} class="selected"{/if}>{$name}</a></li>
|
<li><a href="{link name=sort sort=$sort type=photos}" {if $smarty.get.time==$sort} class="selected"{/if}>{$name}</a></li>
|
||||||
{/foreach}
|
{/foreach}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue