tvega Posted December 11, 2006 Posted December 11, 2006 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.
jdvb Posted December 11, 2006 Posted December 11, 2006 as aplies for all images everywhere, rightclick the red cross for missing image, and see the properties where it is suposed to be :D
tvega Posted December 11, 2006 Author Posted December 11, 2006 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.
jdvb Posted December 11, 2006 Posted December 11, 2006 euh, admin/includes/header.php I think :D <?php echo tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce', '204', '50'); ?>
tvega Posted December 11, 2006 Author Posted December 11, 2006 euh, admin/includes/header.php I think :D <?php echo tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce', '204', '50'); ?> Awesome. Thanks.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.