You are here

function a11y_fa_a11y in Accessibility toolkit 7

Implements hook_fa_a11y(). Returns the accessibility block to foundation access.

File

./a11y.module, line 467
A11y accessibiliy toolkit module to help people.

Code

function a11y_fa_a11y() {
  return a11y_a11y_block(FALSE);
}