You are here

function elfinder_block_info in elFinder file manager 7

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

File

./elfinder.module, line 811

Code

function elfinder_block_info() {

  // Makes it show up on /admin/build/block page.
  $blocks[0]['info'] = t('File Manager');
  return $blocks;
}