You are here

function elfinder_block_view in elFinder file manager 7.2

Same name and namespace in other branches
  1. 7.3 elfinder.module \elfinder_block_view()
  2. 7 elfinder.module \elfinder_block_view()

File

./elfinder.module, line 1314

Code

function elfinder_block_view() {
  $block = array();
  $block['subject'] = t('File Manager');
  $block['content'] = elfinder_file_browser('backend');
  return $block;
}