dan182skater Posted December 29, 2004 Share Posted December 29, 2004 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 Link to comment Share on other sites More sharing options...
boxtel Posted December 29, 2004 Share Posted December 29, 2004 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 <{POST_SNAPBACK}> if you put // infront of new infoBoxHeading($info_box_contents, false, false); then the header will not show. Treasurer MFC Link to comment Share on other sites More sharing options...
dan182skater Posted December 29, 2004 Author Share Posted December 29, 2004 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. Link to comment Share on other sites More sharing options...
boxtel Posted December 29, 2004 Share Posted December 29, 2004 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. <{POST_SNAPBACK}> define "doesn't function properly" Treasurer MFC Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.