XF 2.2 regex help for Template Mod

securedme

Well-known member
Licensed customer
How do I add the following BEFORE any lines containing 'thread.title' in a template (thread_list_macros)?

Less:
<xf:if is="!$forum">
    <a href="{{ link('forums', $thread.Forum) }}">{$thread.Forum.title}</a>
</xf:if>

Thank you.
 
Back
Top Bottom