Quote:
Originally Posted by fuldon
Edit navbar_tabs
PHP Code:
<a class="navtab" href="{vb:raw tab.url}">{vb:raw tab.title}</a>
Replace:
PHP Code:
<a class="navtab" href="{vb:raw tab.url}"><img src="images/buttons/{vb:raw tab.name}.png" width=24 height=24 border="0" align="top" alt="" /> {vb:raw tab.title}</a>
|
Is there a way to add unique icons to each tab on 4.2 ?
This method will add the same icon for all the tabs. Thank you!