diff --git a/sites/all/modules/logintoboggan/logintoboggan.admin.inc b/sites/all/modules/logintoboggan/logintoboggan.admin.inc
index 0674a4c..260f6d4 100644
--- a/sites/all/modules/logintoboggan/logintoboggan.admin.inc
+++ b/sites/all/modules/logintoboggan/logintoboggan.admin.inc
@@ -150,6 +150,12 @@ function logintoboggan_main_settings() {
     '#default_value' => $default,
     '#description' => t('Anonymous users will be presented with a login form along with an access denied message.')
   );
+  $form['other']['logintoboggan_denied_remove_sidebars'] = array(
+    '#type' => 'checkbox',
+    '#title' => t('Remove sidebar blocks on the 403 login form'),
+    '#default_value' => variable_get('logintoboggan_denied_remove_sidebars', '1'),
+    '#description' => t('Normally, LoginToboggan tries to remove sidebars from the 403 login page. Uncheck this box to display the login in a normal page template.'),
+  );
   $form['other']['logintoboggan_login_successful_message'] = array(
     '#type' => 'radios',
     '#title' => t('Display login successful message'),
