Ouvrir : includes
Cherchez :
- Code: Tout sélectionner
'FORUM_IMAGE' => ($row['forum_image']) ? '<img src="' . $phpbb_root_path . $row['forum_image'] . '" alt="' . $user->lang['FORUM_CAT'] . '" />' : '',
Remplacez par :
- Code: Tout sélectionner
'FORUM_IMAGE' => ($row['forum_image']) ? '<img class="forum-image" src="' . $phpbb_root_path . $row['forum_image'] . '" alt="' . $user->lang['FORUM_CAT'] . '" />' : '',
Cherchez :
- Code: Tout sélectionner
'FORUM_IMAGE' => ($row['forum_image']) ? '<img src="' . $phpbb_root_path . $row['forum_image'] . '" alt="' . $user->lang[$folder_alt] . '" />' : '',
Remplacez par :
- Code: Tout sélectionner
'FORUM_IMAGE' => ($row['forum_image']) ? '<img class="forum-image" src="' . $phpbb_root_path . $row['forum_image'] . '" alt="' . $user->lang[$folder_alt] . '" />' : '',
Ouvrir : style
Cherchez :
- Code: Tout sélectionner
<!-- IF forumrow.FORUM_IMAGE --><span class="forum-image">{forumrow.FORUM_IMAGE}</span><!-- ENDIF -->
Remplacer par :
- Code: Tout sélectionner
<!-- IF forumrow.FORUM_IMAGE -->{forumrow.FORUM_IMAGE}<!-- ENDIF -->




![[_Administrateur_] [_Administrateur_]](./images/ranks/Administrateur.png)

