Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Get rid of infobox header


dan182skater

Recommended Posts

Posted

Hello, how do I get rid of the infobox header withuot ruining any of the other code. I would think it is somewhere here, but it didn't work:

 

<?php
 $info_box_contents = array();
 $info_box_contents[] = array('align' => 'left',
                              'text'  => BOX_HEADING_SUBSCRIBERS
                             );
 new infoBoxHeading($info_box_contents, false, false);
 
 ?>

and it works when I get rid of:

$info_box_contents[] = array('align' => 'left',
                              'text'  => BOX_HEADING_SUBSCRIBERS
                             );
 new infoBoxHeading($info_box_contents, false, false);

 

but then the infobox doesnt function properly. What am I doing wrong? THANKS!

 

-Daniel

Posted
Hello, how do I get rid of the infobox header withuot ruining any of the other code. I would think it is somewhere here, but it didn't work:

 

<?php
 $info_box_contents = array();
 $info_box_contents[] = array('align' => 'left',
                              'text'  => BOX_HEADING_SUBSCRIBERS
                             );
 new infoBoxHeading($info_box_contents, false, false);
 
 ?>

and it works when I get rid of:

$info_box_contents[] = array('align' => 'left',
                              'text'  => BOX_HEADING_SUBSCRIBERS
                             );
 new infoBoxHeading($info_box_contents, false, false);

 

but then the infobox doesnt function properly. What am I doing wrong? THANKS!

 

-Daniel

 

 

if you put // infront of new infoBoxHeading($info_box_contents, false, false); then the header will not show.

Treasurer MFC

Posted

That's what I already tried also, and it kinda works, what happens is the infobox header goes away, but then the infobox doesn't function properly. My site is www.mp3shop4u.com and I am talking abuot the newsletter infobox at the very bottom of the page.

Posted
That's what I already tried also, and it kinda works, what happens is the infobox header goes away, but then the infobox doesn't function properly. My site is www.mp3shop4u.com and I am talking abuot the newsletter infobox at the very bottom of the page.

 

 

define "doesn't function properly"

Treasurer MFC

Archived

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

×
×
  • Create New...