You are here

function elfinder_block_view in elFinder file manager 7

Same name and namespace in other branches
  1. 7.3 elfinder.module \elfinder_block_view()
  2. 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;
}