Community Add-Ons
| Maintainers: | AusFiero |
Breadcrumb >> Convert >> Arrows to Images
for osCommerce Online Merchant v2.2
This is a simple little mod I made for the breadcrumb trail. I didn't like the >> arrows so I replaced it with an image.
This mod uses the standard right_arrow.gif found in the catalog/images/infobox directory but any image can be used.
It also adds the arrow before the first link in the breadcrumb trail to make the whole trail stand out.
This is a very nice idea. But 2 problems with the package.
The file in the previous package that was uploaded is the same as the original. (not edited)
Also the this was I believe really the wrong file to edit for this alteration.
The correct edit should be shop/includes/header.php
look for this line.
<td class="headerNavigation" valign="middle" width="45%"> <?php echo $breadcrumb->trail(' » '); ?></td>
Change to:
<td class="headerNavigation" valign="middle" width="45%"> <?php echo $breadcrumb->trail(' <img src="images/infobox/arrow_green.gif" width="12" height="10" border="0"> '); ?></td>
Change the GIF image and the file location to what you want.
Sorry can not upload a file for this as my header.php file is highly modified.
