Search box change locations

CherylJoyW

Joined: 2012-08-19
Posts: 42
Posted: Fri, 2012-10-26 20:47

I need the search box removed from the header or if cannot remove, moved to the bottom on the site. I cannot seem to find the code to change it. The css reads div g-header form etc... However on the page.html.php it reads
<div id="g-header">
<?= $theme->header_top() ?> at a loss here.

Using greydragon Theme.

Any help would be appreciated.
Thanks
Cheryl

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sat, 2012-10-27 03:27
Quote:
I need the search box removed

Why not just uninstall the module?

Quote:
moved to the bottom on the site

modules/search/helpers/search_theme.php
static function header_top($theme) {
to
static function page_bottom($theme) {

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
CherylJoyW

Joined: 2012-08-19
Posts: 42
Posted: Sat, 2012-10-27 15:44

Thanks, feel so stupid...forgot is was a module.