abdfahim
Well-known member
I want to remove forum title from forum list page, so I removed following line from forum_list template.
But I can still see that phrase just below the top breadcrumb. How to remove that? (I don't want to remove title from Admin CP board options, because I want board title as the browser tab name (e.g. inside <title></title> tag of the page).
Code:
<xen:h1>{$xenOptions.boardTitle}</xen:h1>
But I can still see that phrase just below the top breadcrumb. How to remove that? (I don't want to remove title from Admin CP board options, because I want board title as the browser tab name (e.g. inside <title></title> tag of the page).