mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-02-01 10:18:42 +00:00
Automated formatting changes
This commit is contained in:
parent
c47034da20
commit
1d892e2c6a
|
|
@ -49,9 +49,9 @@ $next = empty($media) ? '{/prefix}media/list' : '{/prefix}media/list?{?}&id=
|
|||
<ul class="crumbs-2">
|
||||
<li data-href="<?= UriFactory::build('{/prefix}media/list?path=/'); ?>"><a href="<?= UriFactory::build('{/prefix}media/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) :
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user