Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to display infobox on home page only


Guest

Recommended Posts

Posted

Hello everyone.

 

I want to display an infobox but only on the home page.

Does anyone have any ideas how I do this.

 

Regards,

Carl

Posted

Surround the infoBox with

if ($category_depth == 'top') {  

//put code here

}

If you need more info about what code to put inside the block, check the Wiki instructions.

 

Good Luck,

Matt

Posted

Thanks matey. Tried that and it works.

 

Carl

Archived

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

×
×
  • Create New...