X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=installed_extensions.php;fp=installed_extensions.php;h=002256124b0b1a4c7a5b1afbbb5b70fc054d0235;hb=cf67cec296e611c30be010686a5ea96d730418b0;hp=0000000000000000000000000000000000000000;hpb=d567a10b7925c8bb97c734e213d6651a979af29d;p=fa-stable.git diff --git a/installed_extensions.php b/installed_extensions.php new file mode 100644 index 00000000..00225612 --- /dev/null +++ b/installed_extensions.php @@ -0,0 +1,22 @@ + ') +-- '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') + ); +*/ +?> \ No newline at end of file