diff --git a/plugins/entity/PanelizerEntityNode.class.php b/plugins/entity/PanelizerEntityNode.class.php
index b43261c..d512c6b 100644
--- a/plugins/entity/PanelizerEntityNode.class.php
+++ b/plugins/entity/PanelizerEntityNode.class.php
@@ -183,6 +183,15 @@ public function hook_page_alter(&$page) {
     }
   }
 
+  /**
+   * Implements a delegated hook_admin_paths.
+   */
+  public function hook_admin_paths(&$items) {
+    if (variable_get('node_admin_theme')) {
+      $items['node/*/panelizer*'] = TRUE;
+    }
+  }
+
   public function preprocess_panelizer_view_mode(&$vars, $entity, $element, $panelizer, $info) {
     parent::preprocess_panelizer_view_mode($vars, $entity, $element, $panelizer, $info);
 
