| 1 |
<?php |
| 2 |
// @codingStandardsIgnoreFile |
| 3 |
if(!defined('WPINC')) // MUST have WordPress. |
| 4 |
exit("Do not access this file directly."); |
| 5 |
?> |
| 6 |
|
| 7 |
%%doctype_html_head%% |
| 8 |
<!-- Note. The DOCTYPE and HEAD Replacement Code can be removed if you would rather build your own. --> |
| 9 |
<!-- Note. It is OK to use PHP code inside this template file (when/if needed). --> |
| 10 |
<body class="s2member-return-body s2member-default-return-body"> |
| 11 |
|
| 12 |
<!-- Header Section (contains information and possible custom code from the originating site/domain). --> |
| 13 |
<div id="s2member-default-return-header-section" class="s2member-return-section s2member-return-header-section s2member-default-return-header-section"> |
| 14 |
<div id="s2member-default-return-header-div" class="s2member-return-div s2member-return-header-div s2member-default-return-header-div"> |
| 15 |
%%header%% <!-- (this is auto-filled by s2Member, based on configuration). --> |
| 16 |
</div> |
| 17 |
<div style="clear:both;"></div> |
| 18 |
</div> |
| 19 |
|
| 20 |
<!-- Response Section (this is auto-filled by s2Member, based on what action has taken place). --> |
| 21 |
<!-- Although NOT recommended, you can remove the response Replacement Code and build your own message if you prefer. --> |
| 22 |
<!-- It is NOT recommended, because the dynamic response message may vary, depending on what action has taken place. --> |
| 23 |
<div id="s2member-default-return-response-section" class="s2member-return-section s2member-return-response-section s2member-default-return-response-section"> |
| 24 |
<div id="s2member-default-return-response-div" class="s2member-return-div s2member-return-response-div s2member-default-return-response-div"> |
| 25 |
%%response%% <!-- (this is auto-filled by s2Member, based on what action has taken place). --> |
| 26 |
<div id="s2member-default-return-continue" class="s2member-return-continue s2member-default-return-continue"> |
| 27 |
%%continue%% <!-- (auto-filled by s2Member, based on what action has taken place). --> |
| 28 |
</div> |
| 29 |
</div> |
| 30 |
<div style="clear:both;"></div> |
| 31 |
</div> |
| 32 |
|
| 33 |
<!-- Support Section (contains information about how a Customer can contact support). --> |
| 34 |
<div id="s2member-default-return-support-section" class="s2member-return-section s2member-return-support-section s2member-default-return-support-section"> |
| 35 |
<div id="s2member-default-return-support-div" class="s2member-return-div s2member-return-support-div s2member-default-return-support-div"> |
| 36 |
%%support%% <!-- (this is auto-filled by s2Member, based on configuration). --> |
| 37 |
</div> |
| 38 |
<div style="clear:both;"></div> |
| 39 |
</div> |
| 40 |
|
| 41 |
%%tracking%% <!-- (this is auto-filled, supports tracking codes integrated w/ s2Member). --> |
| 42 |
|
| 43 |
</body> |
| 44 |
</html> |
| 45 |
|