|
How to remove the ordering box in com_search |
Joomla! 1.0 in search.html.php comment out the code like this: <!--
<tr>
<td colspan="3">
<label for="search_ordering">
<?php echo _CMN_ORDERING;?>:
</label>
<?php echo $lists['ordering'];?>
</td>
</tr>
-->Joomla! 1.5in views\search\tmpl\default_form.php comment out the code like this: <!--
<tr>
<td colspan="3">
<label for="ordering">
<?php echo JText::_( 'Ordering' );?>:
</label>
<?php echo $this->lists['ordering'];?>
</td>
</tr>
-->
Last update: 20-11-2007 13:03
Users' Comments (0)
|
|
|
|
Saturday, 17 November 2007 |
|
|