For those using
vBadvanced Links Directory:
ACP > Styles & Templates > Style Manager > Double arrows on the right of the style you want to edit (Expand Templates) > vBadvanced Links Directory Templates > adv_links_navbar
Find;
Code:
{vb:raw vboptions.vba_links_title}
Add BEFORE (like all other instances);
Code:
<img src="path_of_image" border="0" align="top" alt="" />
Should look like this;
Code:
<a class="navtab" href="{vb:raw vboptions.vba_links_homeurl}/index.php{vb:raw session.sessionurl_q}"><img src="path_of_image" border="0" align="top" alt="" />{vb:raw vboptions.vba_links_title}</a>
Click Save.