You are here

function theme_mostpopular_interval in Drupal Most Popular 7

1 theme call to theme_mostpopular_interval()
template_preprocess_mostpopular_intervals in ./mostpopular.theme.inc

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;
}