$howwework = new CubeIT_Form_Element_Markitup('howwework');
$howwework->setLabel('How we work');
$this->addElement($howwework);
+
+ $positions = new CubeIT_Form_Element_Markitup('positions');
+ $positions->setLabel('Positions intro');
+ $this->addElement($positions);
}
}
echo $this->twocols();
?>
-<div class="agency-photo mb-4vw"><?php echo $this->imageSlideshowContinuous($this->photo, 650, array(), array('arrowspermanent' => 1)); ?></div>
+<div class="agency-photo"><?php echo $this->imageSlideshowContinuous($this->photo, 650, array(), array('arrowspermanent' => 1)); ?></div>
+<div class="contents positions">
+ <?php echo $this->textLayer($this->positions,'blue pb-4vw pt-4vw'); ?>
+</div>
<div class="contents howwework">
<?php echo $this->textLayer($this->howwework); ?>
</div>
+
+
+