You are here

function pagestyle_block_info in Page Style 7

Implement hook_block_info().

File

./pagestyle.module, line 95
Display a style changer on the page and in the browser menu for a better web accessibility.

Code

function pagestyle_block_info() {
  $blocks['form']['info'] = pagestyle_block_title($title = 'title');
  $blocks['form']['cache'] = DRUPAL_NO_CACHE;
  return $blocks;
}