Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing link in header, can someone help?


Tokai

Recommended Posts

Can some on tell me how to do this....I would like my header image not to linked, just a static image...

 

Not being a php coder expert, i have tried a few things but obviously got php errors.

 

The line is

 

	<td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'header.jpg', STORE_NAME) . '</a>'; ?></td>

 

Can someone show me the code just to display the header image only?

 

Would appreciate it.

Link to comment
Share on other sites

	<td valign="middle"><?php echo tep_image(DIR_WS_IMAGES . 'header.jpg', STORE_NAME); ?></td>

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...