Skip to content

Commit

Permalink
download link v4
Browse files Browse the repository at this point in the history
  • Loading branch information
gaincoder authored Mar 9, 2022
1 parent 97e48ee commit b9d22b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/item.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
</a>
<?php } ?>
<?php if(!empty($_item['download_url_v4'])){ ?>
<a href="<?php echo $_item['download_url']; ?>" class="btn btn-primary" target="_blank" role="button">
<a href="<?php echo $_item['download_url_v4']; ?>" class="btn btn-primary" target="_blank" role="button">
<i class="fa fa-download" aria-hidden="true"></i> <?php l("download-for-bludit-v4"); ?>
</a>
<?php } ?>
Expand Down

0 comments on commit b9d22b0

Please sign in to comment.