- <xsl:template match="//a[@id='strip_zoom']">
- <xsl:variable name="picture-id" select="substring-after(./@href, '#')"/>
- <xsl:variable name="picture-element" select="//div[@id=$picture-id]/img"/>
- <xsl:variable name="picture-print-url" select="php:functionString('str_replace', 'zoom', 'print', $picture-element/@src)"/>
+ <xsl:template match="//section[@class='comic-item']">
+ <xsl:variable name="item-permalink" select=".//a[@class='img-comic-link']/@href"/>
+ <xsl:variable name="picture-url" select=".//img[@class='img-responsive img-comic']/@src"/>
+ <xsl:variable name="picture-title" select=".//img[@class='img-responsive img-comic']/@alt"/>