Hi,
i tried to put code like this..
want to change default words Forums to The Forums and Blogs to THE BLOGS
but cannot find it...
anyone can help me with that?
Code:
<div class="module-title h-left">
<vb:if condition="empty($widgetConfig['hide_title'])">
<span class="main-title hide-on-editmode">
{vb:if $title=="Forums","THE FORUMS",{vb:if $title=="Blogs","THE BLOGS",{vb:raw title}}}
</span>
</vb:if>
<span class="admin-only">{vb:rawphrase x_module, {vb:raw admin_title}}</span>
</div>