|
{* legal notes (Impressum) *}
{$legalNotes = $Project->getSites([
'where' => [
'type' => [
'type' => 'IN',
'value' => 'quiqqer/sitetypes:types/legalnotes'
]
],
'limit' => 1
])}
{* privacy policy (Datenschutzerklärung) *}
{$privacyPolicy = $Project->getSites([
'where' => [
'type' => [
'type' => 'IN',
'value' => 'quiqqer/sitetypes:types/privacypolicy'
]
],
'limit' => 1
])}
{* general terms and conditinos (AGB) *}
{$generalTermsAndConditions = $Project->getSites([
'where' => [
'type' => [
'type' => 'IN',
'value' => 'quiqqer/sitetypes:types/generalTermsAndConditions'
]
],
'limit' => 1
])}
{* contact *}
{$contact = $Project->getSites([
'where' => [
'type' => [
'type' => 'IN',
'value' => 'quiqqer/contact:types/contact'
]
],
'limit' => 1
])}
{if !$contact|count}
{$contact = $Project->getSites([
'where' => [
'type' => [
'type' => 'IN',
'value' => 'quiqqer/sitetypes:types/contact'
]
],
'limit' => 1
])}
{/if}
{if $legalNotes|count}
{$legalNotes[0]->getAttribute('title')}
{/if}
{if $privacyPolicy|count}
| {$privacyPolicy[0]->getAttribute('title')}
{/if}
{if $generalTermsAndConditions|count}
| {$generalTermsAndConditions[0]->getAttribute('title')}
{/if}
{if $contact|count}
| {$contact[0]->getAttribute('title')}
{/if}
|
{locale group="quiqqer/quiqqer" var="templates.mail.body.footer.social" HOST=$host}
|
|
|