@@ -46,11 +46,11 @@ |
||
| 46 | 46 | <?php renderDocumentBreadcrumb($path) ?> |
| 47 | 47 | </tr> |
| 48 | 48 | <?php |
| 49 | - $parentPath = substr($path, 0, strrpos( $path, '/')); |
|
| 50 | - if ($path !== '/' && substr_count($path, '/') === 1) { |
|
| 51 | - $parentPath = '/'; |
|
| 52 | - } |
|
| 53 | - if (!empty($parentPath)) : ?> |
|
| 49 | + $parentPath = substr($path, 0, strrpos( $path, '/')); |
|
| 50 | + if ($path !== '/' && substr_count($path, '/') === 1) { |
|
| 51 | + $parentPath = '/'; |
|
| 52 | + } |
|
| 53 | + if (!empty($parentPath)) : ?> |
|
| 54 | 54 | <tr> |
| 55 | 55 | <td class="icon" title="folder"> |
| 56 | 56 | <i class="fa fa-folder-o"></i> |