From 2ff5df192b80da9e4bd773dcf48564dcd2fa51ed Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 22 Sep 2011 19:41:31 +0200 Subject: [PATCH] files: fix wrong image paths if called from files_shareing/get.php Signed-off-by: Florian Pritz --- files/templates/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/templates/index.php b/files/templates/index.php index 4e105811f05..fc01c751a6a 100644 --- a/files/templates/index.php +++ b/files/templates/index.php @@ -30,12 +30,12 @@ t( 'Name' ); ?> - Download - + Download" /> + t( 'Size' ); ?> - t( 'Modified' ); ?><?php echo $l->t('Delete')?> + t( 'Modified' ); ?><?php echo $l->t('Delete')?>" /> -- 2.39.5