{extends file="layout.html"} {block name=title}LMS: {$layout.pagetitle|striphtml}{/block} {block name=module_content} {* check DIRECTION *} {assign var="direction_check" value="{if $listdata.direction == "desc"}asc{else}desc{/if}"} {* check ORDER is set *} {function order_check category=''} {if $listdata.direction == "asc" && $listdata.order == $category},desc{/if} {/function}