refactor search a little and add much better testing
This commit is contained in:
@ -55,7 +55,7 @@ class Home extends Extension
|
||||
$num_comma = "";
|
||||
$counter_text = "";
|
||||
if ($counter_dir != 'none') {
|
||||
$total = Image::count_images();
|
||||
$total = Search::count_images();
|
||||
$num_comma = number_format($total);
|
||||
|
||||
if ($counter_dir != 'text-only') {
|
||||
|
Reference in New Issue
Block a user