- Add author and event id in RSS feed. -FRU
* Profile:
- - Add "My groupes" page with direct links to Xnet. -Car
+ - Add "My groups" page with direct links to Xnet. -Car
* Xnet:
- Add a vcard of all the members of a group. -FRU
WHERE m.uid={?}", S::v('uid'));
$html = '<div>Mes groupes (<a href="exit">déconnexion</a>) :</div>';
while (list($nom, $mini) = $res->next()) {
- $html .= "<span class='gp'>• <a href='$mini/'>$nom</a></span>";
+ $html .= "<span class='gp'>• <a href='login/$mini'>$nom</a></span>";
}
return $html;
}