function theme_heartbeat_list in Heartbeat 6.3
Same name and namespace in other branches
- 6.4 heartbeat.module \theme_heartbeat_list()
 - 7 heartbeat.module \theme_heartbeat_list()
 
Theme function for a list of heartbeat activity messages
1 theme call to theme_heartbeat_list()
- heartbeat_block in ./
heartbeat.module  - Implementation of hook_blocks()
 
File
- ./
heartbeat.module, line 309  
Code
function theme_heartbeat_list($messages) {
  return _heartbeat_build_block($messages);
}