<?php\r
$this->headScript()->addScriptAndStyle('240-text');\r
$res = $this->htmlElement('', 'div', array('class' => 'no-intro'));\r
-$c = $this->htmlElement($this->title($this->title), 'div', array('class' => 'col-2'));\r
+$c = $this->htmlElement($this->title($this->title), 'div', array('class' => 'col-6'));\r
$c .= $this->htmlElement($this->markupDotclear($this->content), 'div', array('class' => 'col-6'));\r
$res .= $this->htmlElement($c, 'div', array('class' => array('content-wrapper', 'grid', 'wrap')));\r
echo $res;
\ No newline at end of file