diff --git a/templates/partials/categories/lastpost.tpl b/templates/partials/categories/lastpost.tpl index 14519ab..6a67b50 100644 --- a/templates/partials/categories/lastpost.tpl +++ b/templates/partials/categories/lastpost.tpl @@ -7,7 +7,7 @@ <!-- IF ../user.picture --> <img class="user-img" title="{../user.username}" src="{../user.picture}" /> <!-- ELSE --> - <span class="user-icon user-img" style="background-color: {../user.icon:bgColor};">{../user.icon:text}</span> + <span class="user-icon user-img" title="{../user.username}" style="background-color: {../user.icon:bgColor};">{../user.icon:text}</span> <!-- ENDIF ../user.picture --> </a> <a class="permalink" href="{config.relative_path}/topic/{../topic.slug}<!-- IF ../index -->/{../index}<!-- ENDIF ../index -->"> diff --git a/templates/partials/topics_list.tpl b/templates/partials/topics_list.tpl index e90e4c3..55b1b39 100644 --- a/templates/partials/topics_list.tpl +++ b/templates/partials/topics_list.tpl @@ -85,7 +85,7 @@ <!-- IF topics.teaser.user.picture --> <img title="{topics.teaser.user.username}" class="user-img" src="{topics.teaser.user.picture}" /> <!-- ELSE --> - <span class="user-icon user-img" style="background-color: {topics.teaser.user.icon:bgColor};">{topics.teaser.user.icon:text}</span> + <span title="{topics.teaser.user.username}" class="user-icon user-img" style="background-color: {topics.teaser.user.icon:bgColor};">{topics.teaser.user.icon:text}</span> <!-- ENDIF topics.teaser.user.picture --> </a> <a class="permalink" href="{config.relative_path}/topic/{topics.slug}/{topics.teaser.index}">