Example #1
0
    public function currentRender()
    {
        ?>
        <a class="btn btn-sm btn-success" href="<?php 
        echo $this->item->getUrl();
        ?>
"<?php 
        echo $this->item->hasAttributes() ? ' ' . $this->item->buildAttributes() : '';
        ?>
><?php 
        echo $this->item->getDisplayName();
        ?>
</a>
        <?php 
    }