XF 1.4 Remove Sort Arrow on Last Message Column on Discussion List

Amaury

Well-known member
I found the code I need in the thread_list template, I just don't know what I need to remove:

Code:
<dd class="lastPost"><a href="{xen:link forums, $forum, '_params={$orderParams.last_post_date}'}"><span>{xen:phrase last_message}{xen:helper sortArrow, $order, $orderDirection, last_post_date}</span></a></dd>

I still want to be able to sort by the last message date, I just don't want the arrow there.
 
Top Bottom