diff --git a/panels_everywhere.pages_default.inc b/panels_everywhere.pages_default.inc
index 1964227..437a5bb 100644
--- a/panels_everywhere.pages_default.inc
+++ b/panels_everywhere.pages_default.inc
@@ -9,239 +9,241 @@
  * Implementation of hook_default_page_manager_handlers()
  */
 function panels_everywhere_default_page_manager_handlers() {
-  $handler = new stdClass;
-  $handler->disabled = FALSE; /* Edit this to true to make a default handler disabled initially */
-  $handler->api_version = 1;
-  $handler->name = 'site_template_panel_context_basic';
-  $handler->task = 'site_template';
-  $handler->subtask = '';
-  $handler->handler = 'panel_context';
-  $handler->weight = 0;
-  $handler->conf = array(
-    'title' => 'Sample variant',
-    'no_blocks' => 1,
-    'css_id' => 'page-wrapper',
-    'css' => '/* set a fixed overall width */
-  #page-wrapper > .panel-flexible-inside {
-    width: 1020px;
-    margin-left: auto;
-    margin-right: auto;
-  }
-
-  /* Add some margin to the main content row. This class was set in the layout designer. */
-  #page-wrapper .main-content {
-    padding: 0 10px;
-  }',
-    'contexts' => array(),
-    'relationships' => array(),
-    'access' => array(
-      'plugins' => array(),
-      'logic' => 'and',
-    ),
-    'pipeline' => 'standard',
-  );
-  $display = new panels_display;
-  $display->layout = 'flexible';
-  $display->layout_settings = array(
-    'items' => array(
-      'canvas' => array(
-        'type' => 'row',
-        'contains' => 'column',
-        'children' => array(
-          0 => 'main',
-        ),
-        'parent' => NULL,
-        'class' => '',
-        'column_class' => '',
-        'row_class' => '',
-        'region_class' => '',
-        'no_scale' => FALSE,
-        'fixed_width' => '',
-        'column_separation' => '0.5em',
-        'region_separation' => '0.5em',
-        'row_separation' => '0.5em',
+  if (variable_get('panels_everywhere_provide_sample', FALSE)) {
+    $handler = new stdClass;
+    $handler->disabled = FALSE; /* Edit this to true to make a default handler disabled initially */
+    $handler->api_version = 1;
+    $handler->name = 'site_template_panel_context_basic';
+    $handler->task = 'site_template';
+    $handler->subtask = '';
+    $handler->handler = 'panel_context';
+    $handler->weight = 0;
+    $handler->conf = array(
+      'title' => 'Sample variant',
+      'no_blocks' => 1,
+      'css_id' => 'page-wrapper',
+      'css' => '/* set a fixed overall width */
+    #page-wrapper > .panel-flexible-inside {
+      width: 1020px;
+      margin-left: auto;
+      margin-right: auto;
+    }
+  
+    /* Add some margin to the main content row. This class was set in the layout designer. */
+    #page-wrapper .main-content {
+      padding: 0 10px;
+    }',
+      'contexts' => array(),
+      'relationships' => array(),
+      'access' => array(
+        'plugins' => array(),
+        'logic' => 'and',
       ),
-      'main' => array(
-        'type' => 'column',
-        'width' => 100,
-        'width_type' => '%',
-        'children' => array(
-          0 => 1,
-          1 => 'main-row',
+      'pipeline' => 'standard',
+    );
+    $display = new panels_display;
+    $display->layout = 'flexible';
+    $display->layout_settings = array(
+      'items' => array(
+        'canvas' => array(
+          'type' => 'row',
+          'contains' => 'column',
+          'children' => array(
+            0 => 'main',
+          ),
+          'parent' => NULL,
+          'class' => '',
+          'column_class' => '',
+          'row_class' => '',
+          'region_class' => '',
+          'no_scale' => FALSE,
+          'fixed_width' => '',
+          'column_separation' => '0.5em',
+          'region_separation' => '0.5em',
+          'row_separation' => '0.5em',
         ),
-        'parent' => 'canvas',
-      ),
-      'main-row' => array(
-        'type' => 'row',
-        'contains' => 'region',
-        'children' => array(
-          0 => 'content',
-          1 => 'sidebar',
+        'main' => array(
+          'type' => 'column',
+          'width' => 100,
+          'width_type' => '%',
+          'children' => array(
+            0 => 1,
+            1 => 'main-row',
+          ),
+          'parent' => 'canvas',
         ),
-        'parent' => 'main',
-        'class' => 'main-content',
-      ),
-      'content' => array(
-        'type' => 'region',
-        'title' => 'Content',
-        'width' => '100',
-        'width_type' => '%',
-        'parent' => 'main-row',
-        'class' => '',
-      ),
-      'sidebar' => array(
-        'type' => 'region',
-        'title' => 'Sidebar',
-        'width' => '200',
-        'width_type' => 'px',
-        'parent' => 'main-row',
-      ),
-      1 => array(
-        'type' => 'row',
-        'contains' => 'region',
-        'children' => array(
-          0 => 'header',
+        'main-row' => array(
+          'type' => 'row',
+          'contains' => 'region',
+          'children' => array(
+            0 => 'content',
+            1 => 'sidebar',
+          ),
+          'parent' => 'main',
+          'class' => 'main-content',
+        ),
+        'content' => array(
+          'type' => 'region',
+          'title' => 'Content',
+          'width' => '100',
+          'width_type' => '%',
+          'parent' => 'main-row',
+          'class' => '',
+        ),
+        'sidebar' => array(
+          'type' => 'region',
+          'title' => 'Sidebar',
+          'width' => '200',
+          'width_type' => 'px',
+          'parent' => 'main-row',
+        ),
+        1 => array(
+          'type' => 'row',
+          'contains' => 'region',
+          'children' => array(
+            0 => 'header',
+          ),
+          'parent' => 'main',
+          'class' => 'header',
+        ),
+        'header' => array(
+          'type' => 'region',
+          'title' => 'Header',
+          'width' => 100,
+          'width_type' => '%',
+          'parent' => '1',
         ),
-        'parent' => 'main',
-        'class' => 'header',
-      ),
-      'header' => array(
-        'type' => 'region',
-        'title' => 'Header',
-        'width' => 100,
-        'width_type' => '%',
-        'parent' => '1',
       ),
-    ),
-  );
-  $display->panel_settings = array(
-    'style_settings' => array(
-      'default' => NULL,
-      'content' => NULL,
-      'sidebar' => NULL,
-      'header' => NULL,
-    ),
-  );
-  $display->cache = array();
-  $display->title = '';
-  $display->content = array();
-  $display->panels = array();
-    $pane = new stdClass;
-    $pane->pid = 'new-1';
-    $pane->panel = 'content';
-    $pane->type = 'pane_messages';
-    $pane->subtype = 'pane_messages';
-    $pane->shown = TRUE;
-    $pane->access = array();
-    $pane->configuration = array();
-    $pane->cache = array();
-    $pane->style = array(
-      'settings' => NULL,
-    );
-    $pane->css = array();
-    $pane->extras = array();
-    $pane->position = 0;
-    $display->content['new-1'] = $pane;
-    $display->panels['content'][0] = 'new-1';
-    $pane = new stdClass;
-    $pane->pid = 'new-2';
-    $pane->panel = 'content';
-    $pane->type = 'page_content';
-    $pane->subtype = 'page_content';
-    $pane->shown = TRUE;
-    $pane->access = array();
-    $pane->configuration = array(
-      'context' => 'argument_page_content_1',
-      'override_title' => 1,
-      'override_title_text' => '',
-    );
-    $pane->cache = array();
-    $pane->style = array(
-      'settings' => NULL,
-    );
-    $pane->css = array();
-    $pane->extras = array();
-    $pane->position = 1;
-    $display->content['new-2'] = $pane;
-    $display->panels['content'][1] = 'new-2';
-    $pane = new stdClass;
-    $pane->pid = 'new-3';
-    $pane->panel = 'header';
-    $pane->type = 'pane_header';
-    $pane->subtype = 'pane_header';
-    $pane->shown = TRUE;
-    $pane->access = array();
-    $pane->configuration = array();
-    $pane->cache = array();
-    $pane->style = array(
-      'settings' => NULL,
-    );
-    $pane->css = array();
-    $pane->extras = array();
-    $pane->position = 0;
-    $display->content['new-3'] = $pane;
-    $display->panels['header'][0] = 'new-3';
-    $pane = new stdClass;
-    $pane->pid = 'new-4';
-    $pane->panel = 'header';
-    $pane->type = 'pane_navigation';
-    $pane->subtype = 'pane_navigation';
-    $pane->shown = TRUE;
-    $pane->access = array();
-    $pane->configuration = array();
-    $pane->cache = array();
-    $pane->style = array(
-      'settings' => NULL,
     );
-    $pane->css = array();
-    $pane->extras = array();
-    $pane->position = 1;
-    $display->content['new-4'] = $pane;
-    $display->panels['header'][1] = 'new-4';
-    $pane = new stdClass;
-    $pane->pid = 'new-5';
-    $pane->panel = 'sidebar';
-    $pane->type = 'block';
-    $pane->subtype = 'user-login';
-    $pane->shown = TRUE;
-    $pane->access = array();
-    $pane->configuration = array(
-      'override_title' => 0,
-      'override_title_text' => '',
-    );
-    $pane->cache = array();
-    $pane->style = array(
-      'settings' => NULL,
-    );
-    $pane->css = array();
-    $pane->extras = array();
-    $pane->position = 0;
-    $display->content['new-5'] = $pane;
-    $display->panels['sidebar'][0] = 'new-5';
-    $pane = new stdClass;
-    $pane->pid = 'new-6';
-    $pane->panel = 'sidebar';
-    $pane->type = 'block';
-    $pane->subtype = 'system-navigation';
-    $pane->shown = TRUE;
-    $pane->access = array();
-    $pane->configuration = array(
-      'override_title' => 0,
-      'override_title_text' => '',
-    );
-    $pane->cache = array();
-    $pane->style = array(
-      'settings' => NULL,
+    $display->panel_settings = array(
+      'style_settings' => array(
+        'default' => NULL,
+        'content' => NULL,
+        'sidebar' => NULL,
+        'header' => NULL,
+      ),
     );
-    $pane->css = array();
-    $pane->extras = array();
-    $pane->position = 1;
-    $display->content['new-6'] = $pane;
-    $display->panels['sidebar'][1] = 'new-6';
-  $display->hide_title = PANELS_TITLE_PANE;
-  $display->title_pane = 'new-2';
-  $handler->conf['display'] = $display;
-  $handlers[$handler->name] = $handler;
+    $display->cache = array();
+    $display->title = '';
+    $display->content = array();
+    $display->panels = array();
+      $pane = new stdClass;
+      $pane->pid = 'new-1';
+      $pane->panel = 'content';
+      $pane->type = 'pane_messages';
+      $pane->subtype = 'pane_messages';
+      $pane->shown = TRUE;
+      $pane->access = array();
+      $pane->configuration = array();
+      $pane->cache = array();
+      $pane->style = array(
+        'settings' => NULL,
+      );
+      $pane->css = array();
+      $pane->extras = array();
+      $pane->position = 0;
+      $display->content['new-1'] = $pane;
+      $display->panels['content'][0] = 'new-1';
+      $pane = new stdClass;
+      $pane->pid = 'new-2';
+      $pane->panel = 'content';
+      $pane->type = 'page_content';
+      $pane->subtype = 'page_content';
+      $pane->shown = TRUE;
+      $pane->access = array();
+      $pane->configuration = array(
+        'context' => 'argument_page_content_1',
+        'override_title' => 1,
+        'override_title_text' => '',
+      );
+      $pane->cache = array();
+      $pane->style = array(
+        'settings' => NULL,
+      );
+      $pane->css = array();
+      $pane->extras = array();
+      $pane->position = 1;
+      $display->content['new-2'] = $pane;
+      $display->panels['content'][1] = 'new-2';
+      $pane = new stdClass;
+      $pane->pid = 'new-3';
+      $pane->panel = 'header';
+      $pane->type = 'pane_header';
+      $pane->subtype = 'pane_header';
+      $pane->shown = TRUE;
+      $pane->access = array();
+      $pane->configuration = array();
+      $pane->cache = array();
+      $pane->style = array(
+        'settings' => NULL,
+      );
+      $pane->css = array();
+      $pane->extras = array();
+      $pane->position = 0;
+      $display->content['new-3'] = $pane;
+      $display->panels['header'][0] = 'new-3';
+      $pane = new stdClass;
+      $pane->pid = 'new-4';
+      $pane->panel = 'header';
+      $pane->type = 'pane_navigation';
+      $pane->subtype = 'pane_navigation';
+      $pane->shown = TRUE;
+      $pane->access = array();
+      $pane->configuration = array();
+      $pane->cache = array();
+      $pane->style = array(
+        'settings' => NULL,
+      );
+      $pane->css = array();
+      $pane->extras = array();
+      $pane->position = 1;
+      $display->content['new-4'] = $pane;
+      $display->panels['header'][1] = 'new-4';
+      $pane = new stdClass;
+      $pane->pid = 'new-5';
+      $pane->panel = 'sidebar';
+      $pane->type = 'block';
+      $pane->subtype = 'user-login';
+      $pane->shown = TRUE;
+      $pane->access = array();
+      $pane->configuration = array(
+        'override_title' => 0,
+        'override_title_text' => '',
+      );
+      $pane->cache = array();
+      $pane->style = array(
+        'settings' => NULL,
+      );
+      $pane->css = array();
+      $pane->extras = array();
+      $pane->position = 0;
+      $display->content['new-5'] = $pane;
+      $display->panels['sidebar'][0] = 'new-5';
+      $pane = new stdClass;
+      $pane->pid = 'new-6';
+      $pane->panel = 'sidebar';
+      $pane->type = 'block';
+      $pane->subtype = 'system-navigation';
+      $pane->shown = TRUE;
+      $pane->access = array();
+      $pane->configuration = array(
+        'override_title' => 0,
+        'override_title_text' => '',
+      );
+      $pane->cache = array();
+      $pane->style = array(
+        'settings' => NULL,
+      );
+      $pane->css = array();
+      $pane->extras = array();
+      $pane->position = 1;
+      $display->content['new-6'] = $pane;
+      $display->panels['sidebar'][1] = 'new-6';
+    $display->hide_title = PANELS_TITLE_PANE;
+    $display->title_pane = 'new-2';
+    $handler->conf['display'] = $display;
+    $handlers[$handler->name] = $handler;
 
- return $handlers;
+    return $handlers;
+  }
 }
