recurring_button.tpl 239 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 <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>