openid_test_html_openid1()Menu callback; regular HTML page with OpenID 1.0 <link> element.
modules/openid/tests/openid_test.module, line 138
<?php
function openid_test_html_openid1() {
drupal_add_html_head_link(array('rel' => 'openid.server', 'href' => url('openid-test/endpoint', array('absolute' => TRUE))));
return t('This page includes a <link rel=...> element containing the URL of an OpenID Provider Endpoint.');
}
?>