diff options
Diffstat (limited to 'apps/files_trashbin/templates')
-rw-r--r-- | apps/files_trashbin/templates/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_trashbin/templates/index.php b/apps/files_trashbin/templates/index.php index b5c1c622156..a7c1df93af2 100644 --- a/apps/files_trashbin/templates/index.php +++ b/apps/files_trashbin/templates/index.php @@ -31,7 +31,7 @@ <span id="selectedActionsList" class='selectedActions'> <a href="" class="undelete"> <img class="svg" alt="" - src="<?php print_unescaped(OCP\image_path("core", "actions/history.svg")); ?>" /> + src="<?php print_unescaped(image_path("core", "actions/history.svg")); ?>" /> <?php p($l->t('Restore'))?> </a> </span> @@ -43,7 +43,7 @@ <a href="" class="delete-selected"> <?php p($l->t('Delete'))?> <img class="svg" alt="" - src="<?php print_unescaped(OCP\image_path("core", "actions/delete.svg")); ?>" /> + src="<?php print_unescaped(image_path("core", "actions/delete.svg")); ?>" /> </a> </span> </th> |