Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how to change image into textual link in breadcrumb trail?


Guest

Recommended Posts

Posted

Hey there,

 

The first part of my breadcrumb trail is an image (cart.png). When you surf deeper into the site the following page indications are textual links. I want the the image to be a text link as well, but I can't find where to change that. Can anyone tell me where I should look?

 

Another question: the image buttons in my header are PNG files. I want to change them to GIF files. When I look in includes/header.php I see the following code on the spot where f.i. the account button is located:

 

<?php echo HEADER_TITLE_MY_ACCOUNT; ?>

 

Again, I can't find where the actual PNG button is declared. Who shows me the way?

 

Thanks in forward!

Posted

If you're asking what I think you're asking .....

 

Go to includes/languages/english.php

 

Find:

define('HEADER_TITLE_MY_ACCOUNT', 'My Account');

 

Change to:

define('HEADER_TITLE_MY_ACCOUNT', '<img src="/images/myimage.gif">');

 

Save, and upload to the proper directory on your server.

 

Good luck.

Jason

 

Simple 1-2-3 Intructions on how to get, install and configure SSL

 

The Google Sandbox explained

 

Simple to follow instructions on how to change the look of your OSC

 

How To Make A Horrible OSC Website

 

my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP

 

my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...

Posted

Great! That was the location I was looking for. Thanks a bunch :thumbsup:

Archived

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

×
×
  • Create New...