fix forward bug

This commit is contained in:
Dennis Eichhorn 2019-05-31 23:06:05 +02:00
parent 9d7c41620a
commit 88d868d980

View File

@ -53,8 +53,7 @@ echo $this->getData('nav')->render();
<h1>
<?php if (!empty($account->getAccount()->getName3()) || !empty($account->getAccount()->getName2())) : ?>
<span itemprop="familyName" itemprop="legalName">
<?= $this->printHtml(empty($account->getAccount()->getName3()) ? $account->getAccount()->getName2() : $account->getAccount()->getName3()); ?>
</span>,
<?= $this->printHtml(empty($account->getAccount()->getName3()) ? $account->getAccount()->getName2() : $account->getAccount()->getName3()); ?></span>,
<?php endif; ?>
<span itemprop="givenName" itemprop="legalName">
<?= $this->printHtml($account->getAccount()->getName1()); ?>