function elfinder_block_view in elFinder file manager 7
Same name and namespace in other branches
- 7.3 elfinder.module \elfinder_block_view()
- 7.2 elfinder.module \elfinder_block_view()
File
- ./elfinder.module, line 817 
Code
function elfinder_block_view() {
  // Show the block.
  $block['subject'] = t('File Manager');
  $block['content'] = elfinder_file_browser('backend');
  return $block;
}