--- controlpanel.module.old	2010-01-15 23:04:56.000000000 -0600
+++ controlpanel.module	2010-10-19 20:30:04.000000000 -0500
@@ -155,7 +155,7 @@
     foreach ($menu['below'] as $menu_item) {
       if ($menu_item['link']['hidden'] == 0) {
         $content .= '<div class="control-panel-item control-panel-icon-size-' . variable_get('controlpanel_icon_size' . $block, '48x48') . '">';
-        $content .= '<a href="' . url($menu_item['link']['href']) . '">';
+        $content .= '<a href="' . url($menu_item['link']['href'], $menu_item['link']['options']) . '">';
         $working_path = drupal_get_path_alias($menu_item['link']['href']);
         if (is_numeric(substr($working_path, strrpos($working_path, "/") + 1))) {
           $working_path = substr($working_path, 0, strrpos($working_path, "/"));
