Files
carpseeds.pl/wp-content/plugins/woo-inpost/templates/myaccount/before-my-account.php
2024-07-15 11:28:08 +02:00

17 lines
447 B
PHP

<?php
/**
* My Account
*
* @author
* @package EasyPack/Templates
* @version
*/
?>
<br/>
<h2><?php _e( 'Returns', EasyPack::$text_domain ); ?></h2>
<div style="text-align: center; width: 240px; float:left;">
<a href="<?php echo $returns_page; ?>"><img style="border: none;" src="<?php echo $img_src; ?>"></a><br/>
<a href="<?php echo $returns_page; ?>"><?php echo $returns_page_title; ?></a>
</div>
<div style="clear:both;"></div>
<br/><br/>