You are here

scald_gallery.tpl.php in Scald: Gallery 7.2

Same filename and directory in other branches
  1. 7 scald_gallery.tpl.php

Template for scald gallery.

File

scald_gallery.tpl.php
View source
<?php

/**
 * @file
 * Template for scald gallery.
 */
?>

<div style="width: <?php

print $options['width'];
?>px; height: <?php

print $options['height'];
?>px">
  <?php

foreach ($items as $item) {
  ?>
    <?php

  print $item;
  ?>
  <?php

}
?>
</div>