popnoire/site/OFF_plugins/kirby-zipdownload/snippets/zipdl_form_btn.php

7 lines
257 B
PHP
Raw Normal View History

2026-02-12 15:22:46 +01:00
<form action="<?php zipdl_dl_url() ?>" method="post" accept-charset="utf-8">
<fieldset>
<input type="hidden" name="current_page" value="<?php echo $page->id() ?>">
<button type="submit"><?= l::get('download.all') ?></button>
</fieldset>
</form>