mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-05 18:58:40 +00:00
fix forward bug
This commit is contained in:
parent
9d7c41620a
commit
88d868d980
|
|
@ -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()); ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user