corvettepartscatalog Posted September 4, 2005 Share Posted September 4, 2005 I would like to move the search feature from the right column into the header.php file next to my company logo. I am fairly new to the php language and would need a little assistance. Line 57 of the header.php file reads as follows: <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'cpc_logo.gif', 'Corvette Parts Catalog') . '</a>'; ?></td> I want to put the search feature valign middle next to the logo without the box that says "quick find" line 12 of the column_right.php is as follows: require(DIR_WS_BOXES . 'search.php'); What is the correct code to do as I described above. Any help appreciated. Link to comment Share on other sites More sharing options...
dahui Posted September 5, 2005 Share Posted September 5, 2005 there is a contrib for that http://www.oscommerce.com/community/contributions,3295 I installed it on my side if that is what you mean http://funjumping.de/shop dahui Link to comment Share on other sites More sharing options...
corvettepartscatalog Posted September 5, 2005 Author Share Posted September 5, 2005 there is a contrib for thathttp://www.oscommerce.com/community/contributions,3295 I installed it on my side if that is what you mean http://funjumping.de/shop dahui <{POST_SNAPBACK}> Thanks for the help! It was what I was looking for... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.