diff --git a/ps_customeraccountlinks.php b/ps_customeraccountlinks.php index 2e352c6..1fa4b74 100644 --- a/ps_customeraccountlinks.php +++ b/ps_customeraccountlinks.php @@ -65,7 +65,7 @@ public function renderWidget($hookName = null, array $configuration = []) { $this->smarty->assign($this->getWidgetVariables($hookName, $configuration)); - return $this->display(__FILE__, $this->name.'.tpl'); + return $this->fetch('module:'.$this->name.'/'.$this->name.'.tpl'); } public function getWidgetVariables($hookName = null, array $configuration = [])