
<?php if ($this->sharebuttons): ?>
<!-- indexer::stop -->
<div class="<?= $this->class ?>"<?= $this->cssID ?><?php if ($this->style): ?> style="<?= $this->style ?>"<?php endif ?>>

    <?php if ($this->headline): ?>
        <<?= $this->hl ?>><?= $this->headline ?></<?= $this->hl ?>>
    <?php endif ?>

    <?= $this->sharebuttons ?>
</div>
<!-- indexer::continue -->
<?php endif ?>
