Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove ' » ' In Breadcrumb Trail


rusty1001

Recommended Posts

Hi

 

Does anyone know how to change this ' » ' in the breadcrumb trail,

 

Top » Catalog

 

I have looked at the header, breadcrumb.php,

 

the code in the header,

 

<?php echo $breadcrumb->trail(' / '); ?></td> - I have changed this in the header,
altered the

but nothing seems to change it,

 

thanks

 

Russell

Rusty

-------------------------------------------

Link to comment
Share on other sites

Hi

 

Does anyone know how to change this ' » ' in the breadcrumb trail,

 

Top » Catalog

 

I have looked at the header, breadcrumb.php,

 

the code in the header,

 

<?php echo $breadcrumb->trail(' / '); ?></td> - I have changed this in the header,
altered the

but nothing seems to change it,

 

thanks

 

Russell

 

HI

for some reason

<td class="headerNavigation">You are here: <?php echo $breadcrumb->trail(' > '); ?></td

is not controlling my breadcrumb, I have even deleted this and it is still there, and stop using cache etc, and still there, is there another place that it might control this , thanks for the help. I can even change that colour, looked att he style sheet, the the two arrows wont change color, the other text will, v strange... thanks

Russell

Rusty

-------------------------------------------

Link to comment
Share on other sites

HI

for some reason

<td class="headerNavigation">You are here: <?php echo $breadcrumb->trail(' > '); ?></td

is not controlling my breadcrumb, I have even deleted this and it is still there, and stop using cache etc, and still there, is there another place that it might control this , thanks for the help. I can even change that colour, looked att he style sheet, the the two arrows wont change color, the other text will, v strange... thanks

Russell

 

 

ps I am using sts templates , could that have something to do with it? dont think so but...?

 

cheers :)

Rusty

-------------------------------------------

Link to comment
Share on other sites

can you do a site search for all instances of &gt

 

 

I can try , but I think the actaul code is something like &quor or $quot; becuase I have save the doc and cant undo,

 

but I deleted the $breadcrumb in sts template and it went away it, has to be something with that , ??

 

I will look at another install for the code, but where else is this controlled, when I delete the actual code in the header it remains, so it may have something to with sts templates, where do you find the call to action in the sts templates,??

 

if I add 'you are here' it does not respnd..???

 

I found this in another install test » I was nearly correct! but this does not even exist now and it is there,??

 

thanks

R

Rusty

-------------------------------------------

Link to comment
Share on other sites

bingo!

 

I was correct

$sts->template['breadcrumbs'] = $breadcrumb->trail(' » ');

 

modules/sts_inc/general....

 

thanks for the help,

Rusty

-------------------------------------------

Link to comment
Share on other sites

bingo!

 

I was correct

$sts->template['breadcrumbs'] = $breadcrumb->trail(' » ');

 

modules/sts_inc/general....

 

thanks for the help,

 

 

btw , does anyone know the name of this type of command in html terms, computerspeak ie > » etc,

 

would like to look up other options,

 

cheers

Rusty

-------------------------------------------

Link to comment
Share on other sites

Hi

 

 

 

 

 

I did find this, on wiki,

 

Character entities in HTML

 

here are a few there are loads more.., use any one inside the & ; can be useful in other places ,

 

 

but I found is sts template was not responding to the class in stylesheet so the code

 $sts->template['breadcrumbs'] = $breadcrumb->trail (' <font size="1"> »</font> ');

is how you can add a little to change youself, in simple htm,

 

hope this helps.

 

 

quot " U+0022 (34) HTML 2.0 quotation mark

amp & U+0026 (38) HTML 2.0 ampersand

lt < U+003C (60) HTML 2.0 less-than sign

gt > U+003E (62) HTML 2.0 greater-than sign

Rusty

-------------------------------------------

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...