function theme_mostpopular_interval in Drupal Most Popular 7
1 theme call to theme_mostpopular_interval()
File
- ./
mostpopular.theme.inc, line 79 - Defines all the pages, blocks and themes for rendering the most popular data to general users.
Code
function theme_mostpopular_interval($variables) {
$interval = $variables['interval'];
return $interval->title;
}