//small fix on block contact

This commit is contained in:
vAugagneur
2012-07-06 15:11:25 +00:00
parent ea67194b78
commit 7ba686ecd6
+6
View File
@@ -48,6 +48,7 @@ class Blockcontact extends Module
&& Configuration::updateValue('blockcontact_telnumber', '')
&& Configuration::updateValue('blockcontact_email', '')
&& $this->registerHook('displayRightColumn')
&& $this->registerHook('displayLeftColumn')
&& $this->registerHook('displayHeader');
}
@@ -102,5 +103,10 @@ class Blockcontact extends Module
));
return $this->display(__FILE__, 'blockcontact.tpl');
}
public function hookDisplayRightColumn()
{
return $this->hookDisplayRightColumn();
}
}
?>