Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

different body backgrounds for index and product_info


zpupster

Recommended Posts

I am trying to change the body background for the product_info page.

 and leave it the same for all others. On template_top i am replacing the <body> tag with this:

<?php if ($PHP_SELF == 'product_info.php') {
          echo  '<body>') ;


 }else{
          echo  '<body class="index"');
          }
?>

the classes are changed in the stylesheet.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...