identity.phtml 206 B

123456789
  1. <html>
  2. <head>
  3. <title>Zend OpenID Server Example</title>
  4. <link rel="openid.server" href="<?php echo $this->server;?>" />
  5. </head>
  6. <body>
  7. <?php echo $this->server . '?openid=' . $this->name;?>
  8. </body>
  9. </html>