Common modules are very special in ZenTao. Many common features in ZenTao are made through the common modules.
- In
common/control.php, methods applicable to other modules are provided, such as privileges, menu print, etc.
- In common/view, there is a common template, e.g. header.html.php and footer.html.php. Besides, initializing code templates of jquery extensions are also included in this directory, e.g. colorbox.html.php.
- In common/lang, common language templates are set.