mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-18 08:18:40 +00:00
Automated formatting changes
This commit is contained in:
parent
e030a93927
commit
1af3146174
|
|
@ -72,8 +72,8 @@ echo $this->getData('nav')->render();
|
||||||
itemprop="logo" loading="lazy"
|
itemprop="logo" loading="lazy"
|
||||||
src="<?=
|
src="<?=
|
||||||
$profile->image instanceof NullMedia
|
$profile->image instanceof NullMedia
|
||||||
? UriFactory::build( $this->getData('defaultImage')->getPath())
|
? UriFactory::build($this->getData('defaultImage')->getPath())
|
||||||
: UriFactory::build( $profile->image->getPath()); ?>"
|
: UriFactory::build($profile->image->getPath()); ?>"
|
||||||
width="100px"></div>
|
width="100px"></div>
|
||||||
<?php if ($this->request->header->account === $account->getId()) : ?>
|
<?php if ($this->request->header->account === $account->getId()) : ?>
|
||||||
<div><a id="iProfileUploadButton" href="#upload" data-action='[
|
<div><a id="iProfileUploadButton" href="#upload" data-action='[
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user