mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-16 23:38:41 +00:00
fix forward bug
This commit is contained in:
parent
9d7c41620a
commit
88d868d980
|
|
@ -53,8 +53,7 @@ echo $this->getData('nav')->render();
|
||||||
<h1>
|
<h1>
|
||||||
<?php if (!empty($account->getAccount()->getName3()) || !empty($account->getAccount()->getName2())) : ?>
|
<?php if (!empty($account->getAccount()->getName3()) || !empty($account->getAccount()->getName2())) : ?>
|
||||||
<span itemprop="familyName" itemprop="legalName">
|
<span itemprop="familyName" itemprop="legalName">
|
||||||
<?= $this->printHtml(empty($account->getAccount()->getName3()) ? $account->getAccount()->getName2() : $account->getAccount()->getName3()); ?>
|
<?= $this->printHtml(empty($account->getAccount()->getName3()) ? $account->getAccount()->getName2() : $account->getAccount()->getName3()); ?></span>,
|
||||||
</span>,
|
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<span itemprop="givenName" itemprop="legalName">
|
<span itemprop="givenName" itemprop="legalName">
|
||||||
<?= $this->printHtml($account->getAccount()->getName1()); ?>
|
<?= $this->printHtml($account->getAccount()->getName1()); ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user