{* /* * * Pixaria Gallery * Copyright Jamie Longstaff * */ *}{include_template file="admin.snippets/admin.html.header.tpl"}
Manually change the image order:
 

Drag and drop thumbnails to rearrange images

Listed below are the images in this gallery shown in the order they will be shown to people browsing this gallery.

To change the order in which the images are displayed, click and drag a thumbnail to change its position within the gallery. When the images are all in the order you want, click the save changes button.

N.B. To view a larger version of an image, double click the thumbnail image.

 
   
Click and drag to rearrange the thumbnails:
{section name="images" loop=$image_id}
{$image_filename[images]}
Date: {$image_date[images]|date_format}
Title: {$image_title[images]|truncate:20:"...":true}
Filename: {$image_filename[images]|truncate:20:"...":true}
{/section}
{include_template file="admin.snippets/admin.html.footer.tpl"}