| 1 | 989 | aldus | <?php
 | 
      
        | 2 | 1296 | Luisehahne | /**
 | 
      
        | 3 |  |  |  *
 | 
      
        | 4 |  |  |  * @category        module
 | 
      
        | 5 |  |  |  * @package         droplet
 | 
      
        | 6 |  |  |  * @author          Ruud Eisinga (Ruud) John (PCWacht)
 | 
      
        | 7 |  |  |  * @author          WebsiteBaker Project
 | 
      
        | 8 |  |  |  * @copyright       2004-2009, Ryan Djurovich
 | 
      
        | 9 |  |  |  * @copyright       2009-2010, Website Baker Org. e.V.
 | 
      
        | 10 |  |  |  * @link			http://www.websitebaker2.org/
 | 
      
        | 11 |  |  |  * @license         http://www.gnu.org/licenses/gpl.html
 | 
      
        | 12 |  |  |  * @platform        WebsiteBaker 2.8.x
 | 
      
        | 13 |  |  |  * @requirements    PHP 4.4.9 and higher
 | 
      
        | 14 |  |  |  * @version         $Id$
 | 
      
        | 15 |  |  |  * @filesource		$HeadURL$
 | 
      
        | 16 |  |  |  * @lastmodified    $Date$
 | 
      
        | 17 |  |  |  *
 | 
      
        | 18 |  |  |  */
 | 
      
        | 19 | 991 | Ruebenwurz | 
 | 
      
        | 20 | 989 | aldus | $module_directory = 'droplets';
 | 
      
        | 21 |  |  | $module_name = 'Droplets';
 | 
      
        | 22 |  |  | $module_function = 'tool';
 | 
      
        | 23 | 1301 | Luisehahne | $module_version = '1.0.3';
 | 
      
        | 24 | 989 | aldus | $module_platform = '2.8.x';
 | 
      
        | 25 |  |  | $module_author = 'Ruud and pcwacht';
 | 
      
        | 26 | 1203 | Luisehahne | $module_license = 'GNU General Public License';
 | 
      
        | 27 | 989 | aldus | $module_description = 'This tool allows you to manage your local Droplets.';
 | 
      
        | 28 |  |  | 
 | 
      
        | 29 |  |  | $module_home = 'http://www.websitebakers.com/pages/droplets/about-droplets.php';
 | 
      
        | 30 |  |  | $module_guid = '9F2AC2DF-C3E1-4E15-BA4C-2A86E37FE6E5';
 | 
      
        | 31 |  |  | ?>
 |