Current Path : /var/test/www/upload/admin/view/template/extension/payment/ |
Current File : /var/test/www/upload/admin/view/template/extension/payment/buttons.tpl |
<div class="buttons clearfix"> <div class="pull-right"> <?php foreach ($buttons as $button) { ?> <a href="<?php echo $button['link']; ?>" class="btn btn-primary"><?php echo $button['text']; ?></a> <?php } ?> </div> </div>