Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

vampirehunter

Members
  • Posts

    748
  • Joined

  • Last visited

  • Days Won

    4

Reputation Activity

  1. Like
    vampirehunter got a reaction from roobear in Adding Image to Log Out page   
    hi
     
    where abouts do you want to put your image, above the main text or after it?
     
    First, open your logoff.php file in your main directory,
     
    and where it says this
     

    <div class="contentContainer"> <div class="contentText"> <?php echo TEXT_MAIN; ?> </div>
     
     
    You can add in your image inside the div like ive done below. Just change the image name and alternate text to your own images and it will show up. As long as your image is in the default "images" folder, it will work.
     

    <div class="contentContainer"> <div class="contentText"> <?php echo tep_image(DIR_WS_IMAGES . 'yourimagename.jpg', 'Alt Text For Image');?> <?php echo TEXT_MAIN; ?> </div>
     
    So above, you will see your image before the main text.
     
    If you want it after it, just move your image to after the <?php echo TEXT_MAIN; ?> tag.
  2. Like
    vampirehunter reacted to Praful Kamble in ULTIMATE Seo Urls 5 - by FWR Media   
    @@vampirehunter
     
    You can go for ULTIMATE Seo Urls 5 - by FWR Media
×
×
  • Create New...