mirror of
https://github.com/Huber1/skigemeinschaft.git
synced 2026-05-13 12:27:34 +02:00
10 lines
141 B
PHP
10 lines
141 B
PHP
<?php
|
|
/**
|
|
* @var Block $block
|
|
*/
|
|
|
|
use Kirby\Cms\Block;
|
|
|
|
?>
|
|
|
|
<a href="<?= $block->link()->toUrl() ?>" class="btn"><?= $block->text() ?></a>
|