aboutsummaryrefslogtreecommitdiffstats
path: root/include/reddav.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-07-03 00:58:49 -0700
committerfriendica <info@friendica.com>2014-07-03 00:58:49 -0700
commitc7086b77fdac7b7cf4e96010c72e0cff4829f10f (patch)
tree3348cdf3748806c6b6bf59c599035068139379c9 /include/reddav.php
parentf3bc1d4b964f6c7b1ed2dcfaaf501ce5576d0425 (diff)
downloadvolse-hubzilla-c7086b77fdac7b7cf4e96010c72e0cff4829f10f.tar.gz
volse-hubzilla-c7086b77fdac7b7cf4e96010c72e0cff4829f10f.tar.bz2
volse-hubzilla-c7086b77fdac7b7cf4e96010c72e0cff4829f10f.zip
move code out of templates - not sure how this even worked.
Diffstat (limited to 'include/reddav.php')
-rw-r--r--include/reddav.php10
1 files changed, 9 insertions, 1 deletions
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 = '';