';
echo '| '
. \str_repeat(' ', (\substr_count(\trim($stat['name'], '/'), '/')) * 8)
- . ($stat['name'][\strlen($stat['name']) - 1] === '/' ? ' ' : ' ')
+ . ($stat['name'][\strlen($stat['name']) - 1] === '/' ? 'folder_open ' : 'article ')
. $stat['name'];
}
?>
diff --git a/Theme/Backend/Components/Media/collection_raw.tpl.php b/Theme/Backend/Components/Media/collection_raw.tpl.php
index 6163b5a..dbfaa9c 100644
--- a/Theme/Backend/Components/Media/collection_raw.tpl.php
+++ b/Theme/Backend/Components/Media/collection_raw.tpl.php
@@ -2,7 +2,7 @@
- |