Changeset 32152 in spip-zone for _plugins_/authentification/openid/openid_pipelines.php
- Timestamp:
- Oct 15, 2009, 11:18:03 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/authentification/openid/openid_pipelines.php
r32150 r32152 43 43 AND $openid = sql_getfetsel('openid','spip_auteurs','id_auteur='.intval($id_auteur)) 44 44 ){ 45 $flux['data'] .= "<div><img src='".find_in_path('images/login_auth_openid.gif')45 $flux['data'] .= propre("<div><img src='".find_in_path('images/login_auth_openid.gif') 46 46 ."' alt='"._T('openid:openid')."' width='16' height='16' />" 47 . " <a href='" . $openid . "'>$openid</a></div>";47 . " [->$openid]</div>"); 48 48 49 49 }
Note: See TracChangeset
for help on using the changeset viewer.