예제 #1
0
function get_regale()
{
    global $current_user;
    $nombre = $current_user->display_name;
    ?>
    <sectiom id="section_gift_card"><?php 
    $checkout = new Checkout(false, true);
    $checkout->imprimir_gift_home();
    ?>
</section><?php 
}