OXDEV-338 Extend correct invite.tpl

Cette révision appartient à :
Anton Fedurtsya 2017-11-10 16:23:33 +02:00
Parent e6b3ad312b
révision 8a650bf954
1 fichiers modifiés avec 1 ajouts et 1 suppressions

Voir le fichier

@ -50,7 +50,7 @@ $aModule = array(
'templates' => array(),
'blocks' => array(
array('template' => 'form/contact.tpl', 'block'=>'captcha_form', 'file'=>'/views/blocks/captcha_form.tpl'),
array('template' => 'form/invite.tpl', 'block'=>'captcha_form', 'file'=>'/views/blocks/captcha_form.tpl'),
array('template' => 'form/privatesales/invite.tpl', 'block'=>'captcha_form', 'file'=>'/views/blocks/captcha_form.tpl'),
array('template' => 'form/pricealarm.tpl', 'block'=>'captcha_form', 'file'=>'/views/blocks/captcha_form.tpl'),
array('template' => 'form/suggest.tpl', 'block'=>'captcha_form', 'file'=>'/views/blocks/captcha_form.tpl'),
),