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