PDA

View Full Version : How to edit navbar slash !


vuive360
02-05-2010, 02:25 AM
Hi ! can someone tell me how to fix this ... take a look at the picture please !
And i've 1 more question , anyone know how to fix the direction board width size when log in ?
thanks for helping

Drareg
02-05-2010, 09:09 AM
Find template: navbar_link, a small template with just five lines of code, after <span class="navbar"> and before <a href="$nav_url"> is the slash you are looking for.


<if condition="$show['breadcrumb']">
<span class="navbar">/ <a href="$nav_url">$nav_title</a></span>
<else />
$nav_title
</if>


Change the slash into smething you want, could also be an image.

vuive360
02-05-2010, 04:16 PM
thank you ! i got it