How to remove the ordering box in com_search
Favoured 2393

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.5

in 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

Quote this article in website Favoured Save this to del.icio.us

Users' Comments (0) RSS feed comment

No comment posted

Add your comment



mXcomment 1.0.4 © 2007-2010 - visualclinic.fr
License Creative Commons - Some rights reserved
Saturday, 17 November 2007