Project

General

Profile

1
<?php
2
/*
3
*	@version	1.0
4
*	@author		Ruud Eisinga (Ruud) John (PCWacht)
5
*	@date		June 2009
6
*
7
*	droplets are small codeblocks that are called from anywhere in the template. 
8
* 	To call a droplet just use [[dropletname]]. optional parameters for a droplet can be used like [[dropletname?parameter=value&parameter2=value]]
9
*/
10

    
11
$module_directory = 'droplets';
12
$module_name = 'Droplets';
13
$module_function = 'tool';
14
$module_version = '1.0.0';
15
$module_platform = '2.8.x';
16
$module_author = 'Ruud and pcwacht';
17
$module_license = 'GPL';
18
$module_description = 'This tool allows you to manage your local Droplets.';
19

    
20
$module_home = 'http://www.websitebakers.com/pages/droplets/about-droplets.php';
21
$module_guid = '9F2AC2DF-C3E1-4E15-BA4C-2A86E37FE6E5';
22
?>
(7-7/13)