Points/src/Application/views/tpl/email/d3_email_reviewpoints_html.tpl

16 lines
536 B
Smarty
Raw Normal View History

2022-06-14 13:43:52 +02:00
[{ assign var="shop" value=$oEmailView->getShop() }]
[{ assign var="oViewConf" value=$oEmailView->getViewConfig() }]
[{ assign var="user" value=$oEmailView->getUser() }]
[{oxcontent ident="d3reviewpointssubjectmail" assign="header_sub"}]
[{include file="email/html/header.tpl" title=$shop->oxshops__oxname->value|cat:" - "|cat:$header_sub}]
<br><br>
[{oxcontent ident="d3reviewpointsmail"}]
<br>
<br>
[{oxcontent ident="d3pointsdisablemail"}]
<br>
2022-12-23 15:29:10 +01:00
<br>
2022-06-14 13:43:52 +02:00
[{include file="email/html/footer.tpl"}]