diff options
author | friendica <info@friendica.com> | 2014-07-03 00:58:49 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-07-03 00:58:49 -0700 |
commit | c7086b77fdac7b7cf4e96010c72e0cff4829f10f (patch) | |
tree | 3348cdf3748806c6b6bf59c599035068139379c9 /include/reddav.php | |
parent | f3bc1d4b964f6c7b1ed2dcfaaf501ce5576d0425 (diff) | |
download | volse-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.php | 10 |
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 = ''; |