Functions/simple search

The simple_search function displays the simple search form. For example, in the default header located here:

  • application/views/scripts/common/header.php

The simple search function is called using a php echo command:

<?php echo simple_search(); ?>

If you'd like to add simple search capabilities to your HTML footer, simply add the above php code somewhere appropriate in:

  • themes/default/common/footer.php

CSS styles

The simple_search() function is styled by the div id called "#search-wrap" in the default screen.css.