Quote:
Originally Posted by Elenna
You'll need to edit the "vbcms_widget_execphp_page" template to remove the reference to that image.
i.e.
Find:
Code:
<h3><img src="{vb:stylevar imgdir_siteicons}/php.png" alt="" /> {vb:raw title}</h3>
Replace with:
Code:
<h3>{vb:raw title}</h3>
|
Cool thanks for that, I changed to the following so I have a nice Calender ICON now
PHP Code:
<h3><img src="{vb:stylevar imgdir_misc}/event.png" alt="" /> {vb:raw title}</h3>