t('QueryPath library'), 'severity' => REQUIREMENT_OK, 'value' => 'Present', ); } else { $params = array( '!path' => drupal_get_path('module','querypath') . '/QueryPath', '!link' => l('http://querypath.org', 'http://querypath.org', array('html' => TRUE)) ); $requirements['querypath_lib'] = array( 'title' => t('QueryPath library'), 'severity' => REQUIREMENT_ERROR, 'description' => t("You must install the QueryPath library from !link. Copy the library's QueryPath folder (querypath-x.x/src/QueryPath) to the QueryPath module directory (!path)", $params), 'value' => 'Not present', ); } } return $requirements; }