Automated formatting changes

This commit is contained in:
Formatter Bot 2021-04-04 15:14:49 +00:00
parent d62c0ddbe9
commit 85780e9f10

View File

@ -19,7 +19,7 @@ use phpOMS\Uri\UriFactory;
* @var \Modules\Helper\Models\Template[] $templates
*/
$templates = $this->getData('reports');
$account = $this->getData('account');
$account = $this->getData('account');
$accountDir = $account->getId() . ' ' . $account->login;
@ -38,9 +38,9 @@ echo $this->getData('nav')->render(); ?>
<li data-href="<?= UriFactory::build('{/prefix}helper/list?path=/Accounts/' . $accountDir); ?>"><a href="<?= UriFactory::build('{/prefix}helper/list?path=/Accounts/' . $accountDir); ?>"><i class="fa fa-home"></i></a>
<li data-href="<?= UriFactory::build('{/prefix}helper/list?path=/'); ?>"><a href="<?= UriFactory::build('{/prefix}helper/list?path=/'); ?>">/</a></li>
<?php
$subPath = '';
$paths = \explode('/', \ltrim($mediaPath, '/'));
$length = \count($paths);
$subPath = '';
$paths = \explode('/', \ltrim($mediaPath, '/'));
$length = \count($paths);
$parentPath = '';
for ($i = 0; $i < $length; ++$i) :