') -- 'app_file' is the application file name to be put into folder applications -- 'name' is the name of the extension module. Will become the index of the application -- 'title' is the Menu Title -- 'folder' is the folder where the extension files exist */ $installed_extensions = array (); // example /* $installed_extensions = array ( 0 => array ('app_file' => 'organizer.php', 'name' => 'organizer', 'title' => 'Organizer', 'folder' => 'organizer'), array ('app_file' => 'payroll.php', 'name' => 'payroll', 'title' => 'Payroll', 'folder' => 'payroll') ); */ ?>