You are here

scald_gallery.tpl.php in Scald: Gallery 7

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

File

scald_gallery.tpl.php
View source
<div id="<?php

print $galleria_id;
?>" style="width: <?php

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

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

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

  print $item;
  ?>
  <?php

}
?>
</div>