move code out of templates - not sure how this even worked.

This commit is contained in:
friendica
2014-07-03 00:58:49 -07:00
parent f3bc1d4b96
commit c7086b77fd
3 changed files with 19 additions and 11 deletions

View File

@@ -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 = '';