mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-10 12:58: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"
|
||||
src="<?=
|
||||
$profile->image instanceof NullMedia
|
||||
? UriFactory::build( $this->getData('defaultImage')->getPath())
|
||||
: UriFactory::build( $profile->image->getPath()); ?>"
|
||||
? UriFactory::build($this->getData('defaultImage')->getPath())
|
||||
: UriFactory::build($profile->image->getPath()); ?>"
|
||||
width="100px"></div>
|
||||
<?php if ($this->request->header->account === $account->getId()) : ?>
|
||||
<div><a id="iProfileUploadButton" href="#upload" data-action='[
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user