diff options
Diffstat (limited to 'templates/fr/archtocentry.html')
-rw-r--r-- | templates/fr/archtocentry.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/fr/archtocentry.html b/templates/fr/archtocentry.html new file mode 100644 index 00000000..267e350b --- /dev/null +++ b/templates/fr/archtocentry.html @@ -0,0 +1,10 @@ + + <tr> + <td>%(archivelabel)s: + <A href="%(archive)s/thread.html">[ Thread ]</a> + <A href="%(archive)s/subject.html">[ Sujet ]</a> + <A href="%(archive)s/author.html">[ Auteur ]</a> + <A href="%(archive)s/date.html">[ Date ]</a> + </td> + %(textlink)s + </tr> |