--- branches/hidra/WebPac.pm 2009/05/25 13:49:51 789 +++ branches/hidra/WebPac.pm 2012/01/22 18:46:24 790 @@ -421,6 +421,7 @@ my $hits = $results->Hits; $tmpl->param('hits',$hits); + $tmpl->param('hits_gt_2',$hits > 2); my $search_msg = $sw_q; $search_msg .= ''.$swish_msg.'' if ($swish_msg); $tmpl->param('search', $search_msg);