X-Git-Url: http://git.draconx.ca/gitweb/homepage.git/blobdiff_plain/0015d84bea1204b4534e5568ff7c0920b9ef02b7..19f5d7df33b2deaf3bd2efc68bd3d163c93b194f:/layouts/default.xsl diff --git a/layouts/default.xsl b/layouts/default.xsl index f0fddc9..d5be103 100644 --- a/layouts/default.xsl +++ b/layouts/default.xsl @@ -2,7 +2,7 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + img + + + + + + + + + + + + + + + + + + + + + + <xsl:variable name='page-title' select='string(/document/title)' /> @@ -420,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>