Skip to content

Commit

Permalink
Merge pull request #1 from gaincoder/patch-1
Browse files Browse the repository at this point in the history
add download link for v4
  • Loading branch information
gaincoder authored Mar 9, 2022
2 parents 284f901 + 7dc89b1 commit 97e48ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions html/item.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@
<i class="fa fa-download" aria-hidden="true"></i> <?php l("download-for-bludit-v3"); ?>
</a>
<?php } ?>
<?php if(!empty($_item['download_url_v4'])){ ?>
<a href="<?php echo $_item['download_url']; ?>" 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 } ?>
<?php } ?>
</div>
</div>
Expand Down

0 comments on commit 97e48ee

Please sign in to comment.