Skip to content

Commit

Permalink
package fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoshualewis committed Apr 1, 2020
1 parent 8981dd6 commit 3560a52
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified app/design/frontend/base/.DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<span class="no-display"><input id="p_method_<?php echo $_code ?>" value="<?php echo $_code ?>" type="radio" name="payment[method]" checked="checked" class="radio" /></span>
<?php $oneMethod = $_code; ?>
<?php endif; ?>
<?php if ($_code == 'bitpaycheckout'):$currency_mark = 'bitpay-currency-mark-std'?>
<?php if ($_code == 'bitpaycheckout'):$currency_mark = 'bitpay/bitpay-currency-mark-std'?>

<label for="p_method_<?php echo $_code ?>"><span style = "float:left;"><?php echo $this->escapeHtml($this->getMethodTitle($_method)) ?></span><img style = "width:25%;margin-left:10px;" src="<?php echo $this->getSkinUrl('images/'.$currency_mark.'.svg') ?>" alt="<?php echo $this->escapeHtml($this->getMethodTitle($_method)) ?>" /> <?php echo $this->getMethodLabelAfterHtml($_method) ?></label>
<?php else:?>
Expand Down

0 comments on commit 3560a52

Please sign in to comment.