openid_test_html_openid2

Versions
mediamosa-21
openid_test_html_openid2()

Menu callback; regular HTML page with OpenID 2.0 <link> element.

Code

modules/openid/tests/openid_test.module, line 146

<?php
function openid_test_html_openid2() {
  drupal_add_html_head_link(array('rel' => 'openid2.provider', 'href' => url('openid-test/endpoint', array('absolute' => TRUE))));
  return t('This page includes a &lt;link rel=...&gt; element containing the URL of an OpenID Provider Endpoint.');
}
?>