<?php /* Plogger Plugin Meta Template $plugin_name: The name of your plugin $version: Plugin version $author: Name of the plugin author $url: Link to the plugin website or author url $description: Description of the plugin $license: Type of license plugin is released under $instructions: Instructions for use beyond the inclusion code */ $plugin_name = 'Latest Images'; $version = '1.0'; $author = 'Kim Parsell & Mike Conover'; $url = 'http://www.plogger.org/'; $description = 'Displays a specified number of thumbnails of the latest images from your Plogger gallery on your website.<br /> • Based on <a title="Plogger Random Image Display Script" href="http://www.plogger.org/forum/discussion/77/plogger-random-image-display-script/">original script</a> created by: theg3nius'; $license = 'GNU General Public License (GPL)'; $instructions = '1. Place the PHP include code on the page where you would like the Latest Images thumbnails to be shown.<br /> 2. Check the <strong>/latest-images/readme.txt</strong> file for additional instructions on configuration options and usage.<br /> 3. Thumbnail styling information can be found in the <strong>/latest-images/readme.txt</strong> file under <strong>Additional Notes</strong>.'; ?>