mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-02-16 17:28:41 +00:00
Merge branch 'develop' of https://github.com/Orange-Management/oms-Media into develop
This commit is contained in:
commit
f497bafa9d
|
|
@ -49,9 +49,9 @@ $next = empty($media) ? '{/prefix}media/list' : '{/prefix}media/list?{?}&id=
|
||||||
<ul class="crumbs-2">
|
<ul class="crumbs-2">
|
||||||
<li data-href="<?= UriFactory::build('{/prefix}media/list?path=/'); ?>"><a href="<?= UriFactory::build('{/prefix}media/list?path=/'); ?>">/</a></li>
|
<li data-href="<?= UriFactory::build('{/prefix}media/list?path=/'); ?>"><a href="<?= UriFactory::build('{/prefix}media/list?path=/'); ?>">/</a></li>
|
||||||
<?php
|
<?php
|
||||||
$subPath = '';
|
$subPath = '';
|
||||||
$paths = \explode('/', \ltrim($mediaPath, '/'));
|
$paths = \explode('/', \ltrim($mediaPath, '/'));
|
||||||
$length = \count($paths);
|
$length = \count($paths);
|
||||||
$parentPath = '';
|
$parentPath = '';
|
||||||
|
|
||||||
for ($i = 0; $i < $length; ++$i) :
|
for ($i = 0; $i < $length; ++$i) :
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user