Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Re: [jiliu] Number the search results

Quote Reply
Re: [jiliu] Number the search results In reply to
Take a look at search_results subroutine within Home.pm, it should be:

....
return ('search_results.html', {
header => $self->_language('HEA_SRC_RESULT'),
results => \@output,
speedbar=> $speedbar,
msg => $self->_language('SRC_RESULT',$hits),
hits => $hits,
});

TheStone.

B.
Subject Author Views Date
Thread Number the search results jiliu 3952 Apr 25, 2002, 12:02 PM
Thread Re: [jiliu] Number the search results
604 3767 Apr 26, 2002, 9:09 AM
Thread Re: [TheStone] Number the search results
jiliu 3806 Apr 26, 2002, 9:25 AM
Post Re: [jiliu] Number the search results
604 3793 Apr 26, 2002, 9:30 AM