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,12 @@
<?php
/**
* My Account
*
* @author
* @package EasyPack/Templates
* @version
*/
?>
<br/><br/>
<h2><a href="<?php echo $returns_page; ?>"><?php _e( 'Returns', 'easypack' ); ?></a></h2>
<br/>

View File

@@ -0,0 +1,17 @@
<?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/>