Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

center section corner_left.gif / corner_right_left.gif


Guest

Recommended Posts

Will,

 

The way I FINALLY got rid of the corners in the "New Products" section was to do the following:

 

1 ) rename the graphics in the /catalog/images/infobox directory something like old_corner_left.gif, etc.

 

2) Make three copies of the pixel_trans.gif grfaphic in the catalog/images folder and give them the names of the original corner graphics files.

 

I also went through all the box files and changed the references to corners to false, but that didn't get rid of those last corners in the center section of the default page.

 

Hope this helps.

 

Jerry Nielsen - Rose Arbour Tearoom

Link to comment
Share on other sites

Well..that would work.

I ended up taking a different tract 'cause of time.

I'm working on another project I will try it on.

 

Sure would l;ike to find the code though...gotta be somewhere...

Link to comment
Share on other sites

Sure would l;ike to find the code though...gotta be somewhere...

 

The code can be found in includes/classes/boxes.php

 

you can control these also in includes/boxes/boxname.php

 

Look for the line

 

new infoBoxHeading($info_box_contents, true, false);

 

and set this to

 

new infoBoxHeading($info_box_contents, false, false);

 

To remove the corners :)

Mark Evans

osCommerce Monkey & Lead Guitarist for "Sparky + the Monkeys" (Album on sale in all good record shops)

 

---------------------------------------

Software is like sex: It's better when it's free. (Linus Torvalds)

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...