Theming Considerations
- For performance reasons, Live Coverage does not use any .tpl.php files. There are two theme functions that are used to create an unordered list of nodes. These can be overridden using template.php.
- Since the module uses nodes for all updates, the updates can be themed using node.tpl.php
- All update nodes are rendered using the Teaser format of a node.
- When the update nodes are rendered with a Live Event, the module sets $node->liveupdate to TRUE. This can be used in node.tpl.php to add conditional styling for this view.