I want to remove the label "Search" in Joomla search module (default search module). I have modified the default_form.php from the directory /joomla15/components/com_search/views/search/tmpl/ and even removed the following code but it makes no difference on the site:
<label for="search_searchword">
<?php echo JText::_( 'Search Keyword' ); ?>:
</label>
Actually i am using an image button for the Search and I dont want the label to be displayed. What should I do to remove it?