MicroFrameWork/kernel/views/widgets/action_button.php

9 lines
178 B
PHP
Raw Normal View History

2024-11-19 13:41:13 +03:00
<?php
/**
* @var string $label
* @var string $btn_type
* @var string $url
*/
?>
<a class='btn btn-<?= $btn_type ?>' href='<?= $url ?>' style='margin: 3px' ><?= $label ?></a>