Don't need target param anymore now that frames are gone
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 17 Aug 2010 04:33:45 +0000 (22:33 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 17 Aug 2010 04:33:45 +0000 (22:33 -0600)
imp/lib/Block/tree_folders.php

index f1b6cbc..b2fba57 100644 (file)
@@ -41,8 +41,7 @@ class Horde_Block_imp_tree_folders extends Horde_Block
             array(
                 'icon' => 'compose.png',
                 'icondir' => $image_dir,
-                'url' => strval(IMP::composeLink()),
-                'target' => $prefs->getValue('compose_popup') ? 'horde_menu' : 'horde_main'
+                'url' => strval(IMP::composeLink())
             )
         );