b83e3cfb66645e973b1efb44032aee80ef03e122
[fa-stable.git] / installed_extensions.php
1 <?php
2
3 /* List of installed additional modules and plugins. If adding extensions at the beginning 
4         of the list, make sure it's index is set to 0 (it has ' 0 => ');
5         
6         'name' - name for identification purposes;
7         'type' - type of extension: 'module' or 'plugin'
8         'path' - FA root based installation path
9         'filename' - name of module menu file, or plugin filename; related to path.
10         'tab' - index of the module tab (new for module, or one of standard module names for plugin);
11         'title' - is the menu text (for plugin) or new tab name
12         'active' - current status of extension
13         'acc_file' - (optional) file name with $security_areas/$security_sections extensions; 
14                 related to 'path'.
15 */
16
17 $installed_extensions = array (
18         );
19 ?>