7 lines
257 B
PHP
7 lines
257 B
PHP
|
|
<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>
|