Show
Ignore:
Timestamp:
08/10/06 15:10:28 (2 years ago)
Author:
cfriesen
Message:

Two things:

Using of the toolkit I commited earlier..
Prune items by channel.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/themes/default/web/searchform.php

    r1302 r1528  
    2020    <p> 
    2121        <label for="<?php echo QUERY_CHANNEL ?>"><?php echo LBL_SEARCH_CHANNELS ?></label> 
    22         <?php echo rss_search_channels_combo(QUERY_CHANNEL); ?> 
     22        <?php echo rss_toolkit_channels_combo(QUERY_CHANNEL, ALL_CHANNELS_ID, (array_key_exists(QUERY_CHANNEL, $_REQUEST) ? $_REQUEST[QUERY_CHANNEL] : 0)); ?> 
    2323    </p> 
    2424