You are here

collageformatter_collage.tpl.php in Collage Formatter 7

File

templates/collageformatter_collage.tpl.php
View source
<div class="<?php

print $collage_wrapper_class;
?>" style="<?php

print $collage_wrapper_style;
?>">
  <div class="collageformatter-collage" style="<?php

print $collage_style;
?>">
    <?php

print render($collage);
?>
    <div class="collageformatter-collage-bottom" style="<?php

print $collage_bottom_style;
?>"></div>
  </div>
</div>