You are here

ds-row-fields.tpl.php in Display Suite 6.3

Same filename and directory in other branches
  1. 6 theme/ds-row-fields.tpl.php
  2. 6.2 theme/ds-row-fields.tpl.php

File

theme/ds-row-fields.tpl.php
View source
<?php

/**
 * @file
 * DS display views field mode row.
 * This doesn't really look like a normal template file, but what the heck!
 */
print $view->style_plugin->row_plugin
  ->ds_fields_render($fields);