openid_test_html_openid1

Versions
mediamosa-21
openid_test_html_openid1()

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

Code

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 &lt;link rel=...&gt; element containing the URL of an OpenID Provider Endpoint.');
}
?>