diff --git a/themes/root/templates/help/home.phtml b/themes/root/templates/help/home.phtml
index 982d19965e4386189b5966cf53ce5fb64475f970..756f1ceb7dc3155dc1f9543d1af5a20c7b99434d 100644
--- a/themes/root/templates/help/home.phtml
+++ b/themes/root/templates/help/home.phtml
@@ -9,7 +9,7 @@
       ?><p class="warning"><?=$this->transEsc('Sorry, but the help you requested is unavailable in your language.') ?></p><?
       echo $en;
     } catch (Exception $e) {
-      $this->layout->setLayout('layout');
+      $this->layout()->setTemplate('layout/layout');
       throw new Exception('Unknown Help Page');
     }
   }