You are here

views-row-insert.tpl.php in Views Row Insert 7

File

views-row-insert.tpl.php
View source
<?php

/**
 * @file
 * Template to display Views Row Insert style plugin.
 *
 * @ingroup views_templates
 */
foreach ($processed_rows as $row) {
  print $row;
}