pruvodce/tpl/home.php

9 lines
305 B
PHP
Raw Normal View History

2021-07-15 18:31:36 +00:00
<?= render('_header'); ?>
<div class="buttons">
<a href="/bar/" class="button is-fullwidth is-primary">zaplatit na baru</a>
<a href="/pokladna/dobit/" class="button is-fullwidth">dobít kredit</a>
<a href="/clenove/pridat/" class="button is-fullwidth">přidat člena</a>
</div>
<?= render('_footer'); ?>