e_jammosc Posted July 12, 2005 Share Posted July 12, 2005 Hi, Another newbie question. I?ve figured out how to remove header text in the search box but is it possible to remove that green header bar also? Link to comment Share on other sites More sharing options...
dburchm1 Posted July 12, 2005 Share Posted July 12, 2005 Hi,Another newbie question. I?ve figured out how to remove header text in the search box but is it possible to remove that green header bar also? <{POST_SNAPBACK}> In includes/boxes/search.php you can just get rid of the header or comment it out like below and not use a box heading. //$info_box_contents = array(); //$info_box_contents[] = array('text' => BOX_HEADING_SEARCH); //new infoBoxHeading($info_box_contents, false, false); Link to comment Share on other sites More sharing options...
e_jammosc Posted July 12, 2005 Author Share Posted July 12, 2005 In includes/boxes/search.php you can just get rid of the header or comment it out like below and not use a box heading. //$info_box_contents = array(); ?//$info_box_contents[] = array('text' => BOX_HEADING_SEARCH); ?//new infoBoxHeading($info_box_contents, false, false); <{POST_SNAPBACK}> Thanks Dan that worked. Best wishes Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.