VioletCMS v. 1.0
Byron Herrera
Silencesoft
http://www.silencesoft.com

To create modules for VioletCMS take in consideration:

Use data/module_name to store information
Use language/language_name/module_name/translations.php to store language information
Use modules/module_name/index.php to show the module
Use modules/module_name/config.php to save configuration
Use modules/module_name/admin.php for administration area
Use modules/module_name/menu.php to show menu items
Use modules/module_name/functions.php to some related functions
Use templates/default/module_name/module_name.css to save the style

Thanks.
