From c7086b77fdac7b7cf4e96010c72e0cff4829f10f Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 3 Jul 2014 00:58:49 -0700 Subject: move code out of templates - not sure how this even worked. --- include/reddav.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'include/reddav.php') diff --git a/include/reddav.php b/include/reddav.php index c4b249598..c4ef5bd08 100644 --- a/include/reddav.php +++ b/include/reddav.php @@ -1280,7 +1280,15 @@ class RedBrowser extends DAV\Browser\Plugin { '$header' => t('Files') . ": " . $this->escapeHTML($path) . "/", '$parentpath' => $parentpath, '$entries' => $f, - '$quota' => $quota + '$quota' => $quota, + '$name' => t('Name'), + '$type' => t('Type'), + '$size' => t('Size'), + '$lastmod' => t('Last Modified'), + '$parent' => t('parent'), + '$edit' => t('Edit'), + '$delete' => t('Delete'), + '$total' => t('Total') )); $output = ''; -- cgit v1.2.3