//small fix on block contact part 2

This commit is contained in:
vAugagneur
2012-07-06 15:12:49 +00:00
parent d7517b7bae
commit 2ce302f755
+1 -1
View File
@@ -104,7 +104,7 @@ class Blockcontact extends Module
return $this->display(__FILE__, 'blockcontact.tpl');
}
public function hookDisplayRightColumn()
public function hookDisplayLeftColumn()
{
return $this->hookDisplayRightColumn();
}