$res = $this->title($cf['title'], 'h2');\r
$res .= $this->markupDotclear($cf['content']);\r
$buttons = $this->linkCMS($cf['button']);\r
- $buttons .= $this->linkQuote('Demander un devis');\r
+ $buttons .= $this->linkQuote(__('Demander un devis'));\r
$res .= $this->htmlElement($buttons, 'div', array('class' => 'buttons'));\r
\r
$res = $this->htmlElement($res, 'div', array('class' => 'col-2'));\r
$res = array();\r
\r
$res[] = $this->linkInternal(null, 'internal:agences',array('class'=>'agencies'));\r
- $res[] = $this->linkQuote('Demandez un devis');\r
+ $res[] = $this->linkQuote(__('Demandez un devis'));\r
\r
return $this->htmlElement($this->listUnordered($res), 'nav', array('id' => 'contactnav', 'role' => 'navigation'));\r
}\r