You are here

function elfinder_block_info in elFinder file manager 7.2

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

File

./elfinder.module, line 1308

Code

function elfinder_block_info() {
  $blocks = array();
  $blocks[0]['info'] = t('File Manager');
  return $blocks;
}