<?php

// $Id: info.php 1028 2009-07-03 12:00:42Z ruud $

/*
*	@version	1.0
*	@author		Ruud Eisinga (Ruud) John (PCWacht)
*	@date		June 2009
*
*	droplets are small codeblocks that are called from anywhere in the template. 
* 	To call a droplet just use [[dropletname]]. optional parameters for a droplet can be used like [[dropletname?parameter=value&parameter2=value]]
*/

$module_directory = 'droplets';
$module_name = 'Droplets';
$module_function = 'tool';
$module_version = '1.0.1';
$module_platform = '2.8.x';
$module_author = 'Ruud and pcwacht';
$module_license = 'GPL';
$module_description = 'This tool allows you to manage your local Droplets.';

$module_home = 'http://www.websitebakers.com/pages/droplets/about-droplets.php';
$module_guid = '9F2AC2DF-C3E1-4E15-BA4C-2A86E37FE6E5';
?>