Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Path to images in Admin Screen


tvega

Recommended Posts

Posted

What is the path to the images located in the Admin screen? Not the blue screen, but the second one where you make all your changes? I need to replace the osCommerce logo which was accidently removed for something else. The 3 icons located on the right across the top are ok, just the osCommerce logo is missing.

 

Thanks.

Posted

as aplies for all images everywhere, rightclick the red cross for missing image, and see the properties where it is suposed to be :D

Posted
as aplies for all images everywhere, rightclick the red cross for missing image, and see the properties where it is suposed to be :D

 

Yeah I have that info but what I am looking for is where is the code? I need to replace what is currently there. I think it is located in the configuration.php but I am not which one since there are a few to choose from.

Posted

euh, admin/includes/header.php I think :D

<?php echo tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce', '204', '50'); ?>

Posted
euh, admin/includes/header.php I think :D

<?php echo tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce', '204', '50'); ?>

 

Awesome. Thanks.

Archived

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

×
×
  • Create New...