[USAGES]: 
1. Upload: Upload all the extract files and directorys to $LifeType_Install_Dir/plugin/openid 
2. Move OpenID.php to $LifeType_Install_Dir (or make a symbolic link)
3. Modify template: Use $openid->show() in header template file to allow the OpenID tags to be added.. 


OpenID web site:
http://www.openid.net/


[EXAMPLE]: 
Add the following code in header.template, within the <head>, </head> tags: 

Code: 

<head>
...
  {if !empty($openid)}
    {$openid->show()}
  {/if}
</head>

