
<?php if($this->isStart): ?>
<div class="<?= $this->class; ?> block"<?= $this->cssID; ?><?php if ($this->style): ?> style="<?= $this->style; ?>"<?php endif; ?>>	
<?php if($this->headline): ?><<?= $this->hl ?>><?= $this->headline ?></<?= $this->hl ?>><?php endif; ?>
<?php endif; ?>


<?php if($this->isStop): ?>
</div>
<?php endif; ?>