X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Finst_theme.php;h=a2f260064f105d043c93669493deae743c4ba297;hb=9145a040396e901eda3fa154dcfaaa66004e568c;hp=0d1987d5f8358c3f5d847fbdef459d138e882511;hpb=317daa9c4851540ffea9aa118649e3cd440ea876;p=fa-stable.git diff --git a/admin/inst_theme.php b/admin/inst_theme.php index 0d1987d5..a2f26006 100644 --- a/admin/inst_theme.php +++ b/admin/inst_theme.php @@ -12,18 +12,16 @@ $page_security = 'SA_CREATEMODULES'; $path_to_root=".."; include_once($path_to_root . "/includes/session.inc"); + include_once($path_to_root."/includes/packages.inc"); +include_once($path_to_root . "/admin/db/maintenance_db.inc"); +include_once($path_to_root . "/includes/ui.inc"); if ($SysPrefs->use_popup_windows) { $js = get_js_open_window(900, 500); } page(_($help_context = "Install Themes"), false, false, '', $js); -include_once($path_to_root . "/includes/date_functions.inc"); -include_once($path_to_root . "/admin/db/company_db.inc"); -include_once($path_to_root . "/admin/db/maintenance_db.inc"); -include_once($path_to_root . "/includes/ui.inc"); - //--------------------------------------------------------------------------------------------- if (($id = find_submit('Delete', false)) && isset($installed_extensions[$id])