You are here

views-view-cumulus.tpl.php in Cumulus 6.2

Displays the items of the cloud.

File

includes/views/views-view-cumulus.tpl.php
View source
<?php

/**
 * @file
 * Displays the items of the cloud.
 *
 * @ingroup views_templates
 */
?>
<div class="cumulus">
  <?php

print $cumulus;
?>
</div>