diff --git a/Theme/Backend/exchange-import.tpl.php b/Theme/Backend/exchange-import.tpl.php index 891d4fc..a6ef9a4 100644 --- a/Theme/Backend/exchange-import.tpl.php +++ b/Theme/Backend/exchange-import.tpl.php @@ -16,6 +16,6 @@ /** * @var \phpOMS\Views\View $this */ -echo $this->getData('nav')->render(); +echo $this->getData('nav')->render(); include __DIR__ . '/../../Interfaces/' . $this->getData('interface')->getInterfacePath() . '/import.tpl.php';