You are here

function _autologout_block_list in Automated Logout 6.4

Block lists.

File

./autologout.module, line 76
Used to automagically log out a user after a preset time.

Code

function _autologout_block_list($delta, $edit) {
  $blocks = array();
  $blocks['info'] = array(
    'info' => t('Automated Logout info'),
  );
  return $blocks;
}