1) { echo '' . "\n"; } } ?>
' . tep_draw_form('filter', FILENAME_ARTICLES, 'get') . TEXT_SHOW . ' '; if (isset($HTTP_GET_VARS['authors_id'])) { echo tep_draw_hidden_field('authors_id', $HTTP_GET_VARS['authors_id']); $options = array(array('id' => '', 'text' => TEXT_ALL_TOPICS)); } else { echo tep_draw_hidden_field('tPath', $tPath); $options = array(array('id' => '', 'text' => TEXT_ALL_AUTHORS)); } echo tep_draw_hidden_field('sort', $HTTP_GET_VARS['sort']); while ($filterlist = tep_db_fetch_array($filterlist_query)) { $options[] = array('id' => $filterlist['id'], 'text' => $filterlist['name']); } echo tep_draw_pull_down_menu('filter_id', $options, (isset($HTTP_GET_VARS['filter_id']) ? $HTTP_GET_VARS['filter_id'] : ''), 'onchange="this.form.submit()"'); echo '
number_of_rows > 0) && ((ARTICLE_PREV_NEXT_BAR_LOCATION == 'bottom') || (ARTICLE_PREV_NEXT_BAR_LOCATION == 'both'))) { ?>
' . TEXT_CURRENT_ARTICLES . ''; ?>
display_count(TEXT_DISPLAY_NUMBER_OF_ARTICLES); ?> display_links(MAX_DISPLAY_PAGE_LINKS, tep_get_all_get_params(array('page', 'info', 'x', 'y'))); ?>