Latest PhotoAlbum Photos v2.00
PHP-Fusion v7.00+
Author: Petter Paulsson (Paulsson)  2005
Web: www.php-fusion.se
Email: petter.paulsson@holkya.se
Updated for PHP-Fusion v7 by muscapaul
Email: muscapaul@gmail.com
Web: http://www.muscapaul.com
Release date: 4 September 2008
--------------------------------------------------
This program is released as free software under the
Affero GPL license. You can redistribute it and/or
modify it under the terms of this license which you
can read by viewing the included agpl.txt or online
at www.gnu.org/licenses/agpl.html. Removal of this
copyright header is strictly prohibited without
written permission from the original author(s).
--------------------------------------------------


FEATURES
--------
Display the ten most recently added photos to the Photo Gallery in a side panel.

INSTALLATION
------------
1. Upload the 'latest_images_panel' folder to your Infusions (infusions) folder of your server.
2. Go via Admin Panel -> System Administration to Panels, add a new panel. Give it an appropriate name( for example, Latest Photos), choose 'latest_photos_panel' from the Panel Filename drop-down menu and save the panel.
3. Go back to paanel managment and enable the panel.

NOTES
-----
* The panel gets the name you write in Panel Management.
* The number of photos displayed can be changed by editing line 30 of latest_images_panel.php:
$result = dbquery("SELECT * FROM ".DB_PHOTOS." ORDER BY photo_id DESC LIMIT 0,10");
In DESC LIMIT 0,10, change 10 into DESC LIMIT 0,X , where X is the desired number.

CHANGELOG
---------
v2.00 (muscapaul)
* Completely updated to run under PHP-Fusion v7.
* The panel will not display if the are no images in the Photo Gallery.

v1.50 and earlier
* No changelog included.