godarmy
07-22-2013, 05:55 PM
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?
:confused:
<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>
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?
:confused:
<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>