function theme_mostpopular_items__none in Drupal Most Popular 7
Themes a list with no most popular items.
File
- ./
mostpopular.theme.inc, line 111 - Defines all the pages, blocks and themes for rendering the most popular data to general users.
Code
function theme_mostpopular_items__none($variables) {
return '<p class="mostpopular--no-results">' . t('No results found') . '</p>';
}