Chris@0: {# Chris@0: /** Chris@0: * @file Chris@0: * Default theme implementation to display a list of summary lines. Chris@0: * Chris@0: * Available variables: Chris@0: * - rows: The rows contained in this view. Chris@0: * Each row contains: Chris@0: * - url: The summary link URL. Chris@0: * - link: The summary link text. Chris@0: * - count: The number of items under this grouping. Chris@0: * - attributes: HTML attributes to apply to each row. Chris@0: * - active: A flag indicating whtether the row is active. Chris@0: * - options: Flags indicating how the summary should be displayed. Chris@0: * This contains: Chris@0: * - count: A flag indicating whether the count should be displayed. Chris@0: * Chris@0: * @see template_preprocess_views_view_summary() Chris@0: * Chris@0: * @ingroup themeable Chris@0: */ Chris@0: #} Chris@0: