Current Directory: /home/astoriaah/www/templates/yootheme-BK/vendor/yootheme/theme/builder/totop
Viewing File: /home/astoriaah/www/templates/yootheme-BK/vendor/yootheme/theme/builder/totop/template.php
<?php
$id = $element['id'];
$class = $element['class'];
$attrs = $element['attrs'];
// Link Title
$attrs['title'] = $element['link_title'];
?>
<div<?= $this->attrs(compact('id', 'class')) ?>>
<a href="#" uk-totop uk-scroll<?= $this->attrs($attrs) ?>></a>
</div>