X-Git-Url: https://git.draconx.ca/gitweb/homepage.git/blobdiff_plain/052c3ef4a6a579d2188a5d048cea92cc9f4fc14d..19f5d7df33b2deaf3bd2efc68bd3d163c93b194f:/layouts/default.xsl diff --git a/layouts/default.xsl b/layouts/default.xsl index 22f67d6..d5be103 100644 --- a/layouts/default.xsl +++ b/layouts/default.xsl @@ -2,7 +2,7 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + img + + + + + + + + + + + + + + + + + + + + + + <xsl:variable name='page-title' select='string(/document/title)' /> @@ -424,6 +495,10 @@ <div id='footer'> <xsl:apply-templates select='/document/copyright' /> <xsl:apply-templates select='/document/license' /> + <xsl:if test='/document/image[copyright != /document/copyright + or license/identifier != /document/license/identifier]'> + <xsl:call-template name='image-attribution' /> + </xsl:if> <xsl:apply-templates select='/document/source' /> </div> </body>