You are here

function readability_menu in Readability Analyzer 7

Same name and namespace in other branches
  1. 6 readability.module \readability_menu()

Implementation of hook_menu().

File

./readability.module, line 11
Analyzes node content for search engine optimization recommendations

Code

function readability_menu() {
  $items = array();
  return $items;
}