Merge branch 'ticket-14698-sensefuel' into develop

This commit is contained in:
Michael RICOIS 2017-12-04 09:54:35 +01:00
commit 4b0f5ecb96

View File

@ -86,7 +86,7 @@ class SenseFuel extends Module
public function hookFooter($params)
{
global $smarty;
global $smarty, $site_version;
$smarty->assign(array('display' => $this->display));
$smarty->assign(array('sensefuelversion' => $site_version));