Coucou
Je ne sais pas si cela dépasse pas un peu compètence car ça peut être gerer ailleurs :D
Qu'est ça te dit au niveau de Voir mes notes? combien cela te marque de notes trouvées?
Sinon j'ai regardé dans le même genre de template que le tien
Est ce que dans ton template ça ressemble à ça?
Normalement c'est la partie la plus concerné.
<!-- MAIN PAGE -->
<IfMainPage>
<Entry>
<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='entry'>
<h2><%EntryTitle%></h2>
<table width='100%' cellpadding='0' cellspacing='0'>
<tr><td colspan='2'><%EntryBody%></td></tr>
<tr>
<td><br>Posté: <%EntryTime%>, <%EntryDate%> <IfCategoriesAllowed>dans<%EntryCategory%></IfCategoriesAllowed></td>
<td align='right'><IfCommentsAllowed><a href='<%EntryURL%>'>Commentaires (<%EntryCommentCount%>)</a> <IfCommentPostAllowed><font class='pink'> | </font> <a href='<%CommentPostURL%>'>Ajouter un Commentaire</a></IfCommentPostAllowed><font class='pink'> | </font></IfCommentsAllowed><a href='<%EntryURL%>'>Lien</a></td>
</tr>
</table>
</td>
</tr>
</table>
</Entry>
</IfMainPage>
<!-- ENTRY PAGE -->
<IfEntryPage>
<Entry>
<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='entry'>
<h2><%EntryTitle%></h2>
<table width='100%' cellpadding='0' cellspacing='0'>
<tr><td colspan='2'><%EntryBody%></td></tr>
<tr>
<td><br>Posté: <%EntryTime%>, <%EntryDate%> <IfCategoriesAllowed>in <%EntryCategory%></IfCategoriesAllowed></td>
<td align='right'><IfCommentsAllowed><IfCommentPostAllowed><a href='<%CommentPostURL%>'>Ajouter un Commentaire</a></IfCommentPostAllowed></IfCommentsAllowed></td>
</tr>
</table>
Autrement ce que tu peux faire c'est de comparer ton template avec le même mais de base.
Si tu veux et pour t'éviter des manipulations, je peux t'envoyer ton template de base et il te restera plus qu'à comparer.