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>
Aslında ben Arama için bir görüntü düğmesini kullanıyorum ve etiket görüntülenmesini istemiyorum. Ne kaldırmak için ne yapmalıyım?