Adhere feedback

This commit is contained in:
Philipp
2022-11-27 01:33:13 +01:00
parent e6933a28da
commit 012f486eb6
7 changed files with 56 additions and 56 deletions

View File

@@ -79,7 +79,7 @@ class Browser extends BaseModule
$photosArray = array_map([$this, 'map_files'], $photos);
$tpl = Renderer::getMarkupTemplate('media/filebrowser.tpl');
$tpl = Renderer::getMarkupTemplate('media/browser.tpl');
$output = Renderer::replaceMacros($tpl, [
'$type' => 'photo',
'$path' => $path,