You are here

views-views-xml-style.tpl.php in Views Datasource 7

views-views-xml-style.tpl.php This template file is never used. The switch for choosing among the different views_views_xml_* themes based on schema is done in views_plugin_style_xml->theme_functions()

  • $view: The View object.
  • $rows: Array of row objects as rendered by _views_xml_render_fields $options: Array of plugin style options

File

views/theme/views-views-xml-style.tpl.php
View source
<?php

/**
 * @file views-views-xml-style.tpl.php
 * This template file is never used. The switch for choosing among the different
 * views_views_xml_* themes based on schema is done in
 * views_plugin_style_xml->theme_functions()
 *
 * - $view: The View object.
 * - $rows: Array of row objects as rendered by _views_xml_render_fields
 *   $options: Array of plugin style options
 *
 * @ingroup views_templates
 * @see views_plugin_style_xml.inc
 * @see views_views_xml_style.theme.inc
 */