You are here

node-gallery-sort-images-grid-item.tpl.php in Node Gallery 6.3

Default theme implementation for an image item on the sort images page.

Available variables: title filepath created changed status filepath original_sort admin_thumb

File

theme/node-gallery-sort-images-grid-item.tpl.php
View source
<?php

/**
 * @file
 * Default theme implementation for an image item on the sort images page.
 *
 * Available variables:
 *   title
 *   filepath
 *   created
 *   changed
 *   status
 *   filepath
 *   original_sort
 *   admin_thumb
 *
 */
?>
<div class="node-gallery-sort-images-item" id="images-sort-<?php

print $original_sort;
?>">
 <?php

print $admin_thumb;
?>
</div>