How can I remove the > from the breadcrumb trails.
it seems to be built into the variable $navbits[breadcrumb]
It has to be possible to remove it because this site has replaced them with /'s and if its possible to replace it its possible to remove them
Here is my code in the ACP:
Code:
<if condition="is_array($navbits)">
<li><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></li> <li><span id="breadcrumbs">$navbits[breadcrumb]</span></li><li>$navbits[lastelement]</li>
<else />
<div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><span class="tmod2">Home</span></a> <span class="tmod2"></span><span class="tmod2">$vboptions[bbtitle]</span></div>
</if>
Here is my source:
Code:
<table cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
<td width="100%">
<ul id="breadcrumb">
<li><a href="index.php" accesskey="1">Forums</a></li> <li><span id="breadcrumbs">
<span class="navbar">> <a href="forumdisplay.php?f=1">Main Category</a></span>
<span class="navbar">> <a href="forumdisplay.php?f=2">Main Forum</a></span>
<span class="navbar">> <a href="forumdisplay.php?f=5">adf</a></span>
</span></li><li>
csadfsdf
</li>
</td>
</tr>
</table>
I cant find where the > is comming form the only explanation is that its in the navbits variable