RE: looking for code

shady4649 <[email protected]> 10 Sep 2003 14:58:09 -0000
Newsgroups gmane.comp.web.oscommerce.devel
Message-ID <b554105b0c212d1305a943184e8f8fb6@osCommerce-Forums>
This message was sent from: Development
http://forums.oscommerce.com/viewtopic.php?p=227406#227406
----------------------------------------------------------------

Thanks for the reply, but I dont think thats exactly what Im looking for. 

I want to find the file that generates the code below (which I copied from the source of the default/index file) for the new products box. I want to assign a new class to it, but I need access to the code to do so, as I want it to have a different apperance to all the other infoboxes.

This is the generated code, if anyone knows where its generated please let me know... 

[code]            <td><br><!-- new_products //-->
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_left.gif" border="0" alt="" width="11" height="14"></td>
    <td height="14" class="infoBoxHeading" width="100%">New Products For September</td>
    <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>
  </tr>
</table>

etc 

etc 

etc

<!-- new_products_eof //-->[/code]