@ -196,6 +196,17 @@ function settings_content(&$a) {
'$page_freelove'=>PAGE_FREELOVE
));
$noid=get_config('system','no_openid');
if($noid){
$oidhtml='';
}
else{
$oidhtml='<label id="settings-openid-label" for="settings-openid" >'.t('OpenID: ').'</label><input type="text" id="settings-openid" class="openid" name="openid_url" value="$openid" />'.t(" \x28Optional\x29 Allow this OpenID to login to this account.");
<input type="text" id="settings-openid" class="openid" name="openid_url" value="$openid" /> (Optional) Allow this OpenID to login to this account.