Skip to content

Commit 7e74cab

Browse files
Use smarty fetch
1 parent 598c51c commit 7e74cab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ps_googleanalytics.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ public function getContent()
224224

225225
$output .= $this->displayForm();
226226

227-
return $this->display(__FILE__, 'views/templates/admin/configuration.tpl').$output;
227+
return $this->fetch('module:ps_googleanalytics/views/templates/admin/configuration.tpl').$output;
228228
}
229229

230230
protected function _getGoogleAnalyticsTag($back_office = false)

0 commit comments

Comments
 (0)