first commit

This commit is contained in:
2024-07-15 11:28:08 +02:00
commit f52d538ea5
21891 changed files with 6161164 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?php
/**
* Action box template
*/
?>
<div class="pricing-table__action">
<?php $this->__html( 'button_before', '<div class="pricing-table__action-before">%s</div>' ); ?>
<?php $this->__glob_inc_if( 'button', array( 'button_url', 'button_text' ) ); ?>
<?php $this->__html( 'button_after', '<div class="pricing-table__action-after">%s</div>' ); ?>
</div>