mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-03 19:57:57 +02:00
Files Manager Improvements - Breadcrumbs fixes #94
This commit is contained in:
@@ -53,7 +53,7 @@
|
|||||||
foreach ($path_parts as $p) {
|
foreach ($path_parts as $p) {
|
||||||
$s .= $p.'/';
|
$s .= $p.'/';
|
||||||
if($p == $current[count($current)-2]) $active = ' class="active"'; else $active = '';
|
if($p == $current[count($current)-2]) $active = ' class="active"'; else $active = '';
|
||||||
echo '<li'.$active.'><a href="index.php?id=filesmanager&path='.$s.'">'.$p.'</a> <span class="divider">/</span></li>';
|
echo '<li'.$active.'><a href="index.php?id=filesmanager&path='.$s.'">'.$p.'</a></li>';
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</ol>
|
</ol>
|
||||||
|
Reference in New Issue
Block a user