--- a/sites/all/modules/boost/boost.module
+++ b/sites/all/modules/boost/boost.module
@@ -904,19 +904,19 @@
       return array(
         'status' => array(
           'info'   => t('Boost: Pages cache status'),
-          'region' => 'right',
+          'region' => '',
           'weight' => 10,
           'cache'  => BLOCK_NO_CACHE,
         ),
         'config' => array(
           'info'   => t('Boost: Pages cache configuration'),
-          'region' => 'right',
+          'region' => '',
           'weight' => 10,
           'cache'  => BLOCK_NO_CACHE,
         ),
         'stats' => array(
           'info'   => t('Boost: AJAX core statistics'),
-          'region' => 'right',
+          'region' => '',
           'weight' => 10,
           'cache'  => BLOCK_NO_CACHE,
         ),