diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-05-31 09:27:15 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-05-31 09:27:15 +0200 |
commit | 3863a9d2c5515fe4c61c433503450531098358ec (patch) | |
tree | 12b50a1e7bb436a507a08049813fce05762da855 /program/include/rcmail_output_html.php | |
parent | 99e27c581eda16f8c3f942fc9f57ce5d56b8cba1 (diff) |
Added user preference to open all popups as standard windows
Diffstat (limited to 'program/include/rcmail_output_html.php')
-rw-r--r-- | program/include/rcmail_output_html.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/include/rcmail_output_html.php b/program/include/rcmail_output_html.php index 02eef2fd1..aaec7f95e 100644 --- a/program/include/rcmail_output_html.php +++ b/program/include/rcmail_output_html.php @@ -67,6 +67,7 @@ class rcmail_output_html extends rcmail_output //$this->framed = $framed; $this->set_env('task', $task); $this->set_env('x_frame_options', $this->config->get('x_frame_options', 'sameorigin')); + $this->set_env('standard_windows', (bool) $this->config->get('standard_windows')); // add cookie info $this->set_env('cookie_domain', ini_get('session.cookie_domain')); |