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
1 theme call to node-gallery-sort-images-grid-item.tpl.php
- node-gallery-sort-images-grid.tpl.php in theme/
node-gallery-sort-images-grid.tpl.php - Default theme implementation for the sort images grid, used when jquery_ui is active.
File
theme/node-gallery-sort-images-grid-item.tpl.phpView 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>