build_thumb_html($image);
$pop_images .= $thumb_html . "\n";
}
$html = "\n".
"
\n".
" « {$dte[1]} »\n".
"
\n".
"
\n".$pop_images;
$nav_html = "Index";
$page->set_heading($config->get_string(SetupConfig::TITLE));
$page->add_block(new Block("Navigation", $nav_html, "left", 10));
$page->add_block(new Block(null, $html, "main", 30));
}
public function get_help_html()
{
return 'Search for images that have received views by users.
';
}
}