Changeset 61069 in spip-zone
- Timestamp:
- May 7, 2012, 9:38:35 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_core_/plugins/forum/forum_pipelines.php
r61062 r61069 77 77 $titre = _T('forum:onglet_messages_publics'); 78 78 if (autoriser('modererforum')) { 79 $plus = generer_url_ecrire("controler_forum");80 $texte .= "<h4> <a href='$plus'>$titre</a></h4>";79 $plus = afficher_plus_info(generer_url_ecrire("controler_forum"), "", $titre); 80 $texte .= "<h4>$plus</h4>"; 81 81 } else { 82 82 $texte .= "<h4>$titre</h4>";
Note: See TracChangeset
for help on using the changeset viewer.