Login:
Password:
Remember password Show my name in the online users list
Forgot password?
Hi,
Does anyone know how i remove/delete search bar in the frontend.
Thanks
To remove the search bar you must delete this line :
<?php echo $this->getChildHtml('topSearch') ?>
In the file header.phtml situated in : app/design/frontend/default/default /template/page/html/header.phtml
Hope it help‘s