<?php
/**
 *
 * @category        module
 * @package         droplet
 * @author          Ruud Eisinga (Ruud) John (PCWacht)
 * @author          WebsiteBaker Project
 * @copyright       2004-2009, Ryan Djurovich
 * @copyright       2009-2011, Website Baker Org. e.V.
 * @link			http://www.websitebaker2.org/
 * @license         http://www.gnu.org/licenses/gpl.html
 * @platform        WebsiteBaker 2.8.x
 * @requirements    PHP 5.2.2 and higher
 * @version         $Id: info.php 1374 2011-01-10 12:21:47Z Luisehahne $
 * @filesource		$HeadURL: svn://isteam.dynxs.de/wb-archiv/branches/2.8.x/wb/modules/droplets/info.php $
 * @lastmodified    $Date: 2011-01-10 13:21:47 +0100 (Mon, 10 Jan 2011) $
 *
 */

$module_directory = 'droplets';
$module_name = 'Droplets';
$module_function = 'tool';
$module_version = '1.0.3';
$module_platform = '2.8.x';
$module_author = 'Ruud and pcwacht';
$module_license = 'GNU General Public License';
$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';
?>