We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 598c51c commit 7e74cabCopy full SHA for 7e74cab
1 file changed
ps_googleanalytics.php
@@ -224,7 +224,7 @@ public function getContent()
224
225
$output .= $this->displayForm();
226
227
- return $this->display(__FILE__, 'views/templates/admin/configuration.tpl').$output;
+ return $this->fetch('module:ps_googleanalytics/views/templates/admin/configuration.tpl').$output;
228
}
229
230
protected function _getGoogleAnalyticsTag($back_office = false)
0 commit comments