From 7522c13fa5688a20571f6611fc39307b13f43950 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Fri, 6 Aug 2010 14:49:02 +0000 Subject: [PATCH] Fixed description popup. --- admin/inst_theme.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/admin/inst_theme.php b/admin/inst_theme.php index fb9fad7a..baea29cf 100644 --- a/admin/inst_theme.php +++ b/admin/inst_theme.php @@ -14,7 +14,10 @@ $path_to_root=".."; include_once($path_to_root . "/includes/session.inc"); include_once($path_to_root."/includes/packages.inc"); -page(_($help_context = "Install Themes")); +if ($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"); -- 2.30.2