You are here

dxpr-gridstack-gridstack-plugin-rows.tpl.php in DXPR GridStack 7

dxpr-gridstack-gridstack-plugin-rows.tpl.php Default simple view template to display dxpr_gridstack_gridstack_plugin_rows.

File

templates/dxpr_gridstack/dxpr-gridstack-gridstack-plugin-rows.tpl.php
View source
<?php

/**
 * @file dxpr-gridstack-gridstack-plugin-rows.tpl.php
 * Default simple view template to display dxpr_gridstack_gridstack_plugin_rows.
 *
 * @ingroup views_templates
 */
?>

<div class="dxpr-gridstack__content">
  <div class="dxpr-gridstack__image"><?php

print $image;
?></div>
  <div class="dxpr-gridstack__field-wrapper">
    <?php

if (!empty($category)) {
  ?>
      <div class="dxpr-gridstack__category"><?php

  print $category;
  ?></div>
    <?php

}
?>
    <?php

if (!empty($title)) {
  ?>
      <h3 class="dxpr-gridstack__title"><?php

  print $title;
  ?></h3>
    <?php

}
?>
  </div>
</div>