Home arrow Documentation arrow Module Development arrow Module Overview
Home
FAQ
Documentation
Forums
License Key
Module Overview Print
So how does all this module stuff work? Under Thyme's base folder there is a modules folder that houses sub-programs (or modules). These modules provide much of Thyme's functionality. The great thing is, you can create your own modules!

Each of these directories contains a file called register_module.php. Thils file tells Thyme about each module. It's title, placement, icon (if applicable), who can view it etc..

The rest is well.. up to the module.