diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/du2html.xsl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/du2html.xsl b/templates/du2html.xsl index fb91864..ea3a1b8 100644 --- a/templates/du2html.xsl +++ b/templates/du2html.xsl @@ -76,6 +76,8 @@ <t t="warning" l="it">Avvertenza</t> <t t="warning" l="en">Warning</t> <t t="wishlist" l="it">Volete farmi un regalo? Qualche suggerimento su Amazon</t> <t t="wishlist" l="en">Want to get me a present? Some suggestions on Amazon</t> + <t t="cgit" l="it">Progetti Software</t> + <t t="cgit" l="en">My Software Projects</t> </x:variable> <x:variable name="const-tr" select="e:node-set($const-tr-rtf)/node()" /> @@ -274,6 +276,7 @@ <li><x:call-template name="taglink"><x:with-param name="tag">racconti</x:with-param></x:call-template></li> </x:if> <li><x:call-template name="taglink"><x:with-param name="tag">viaggi</x:with-param></x:call-template></li> + <li><a href="/cgit/"><x:value-of select="$const-tr[@t='cgit' and @l=$language]"/></a></li> </ul> <a href="{wc:dst-uri-for('/tags/')}"><x:value-of select="$const-tr[@t='alltags' and @l=$language]"/></a> <hr /> |