I'm in ur code, replacing your tags

This commit is contained in:
David Bartley 2007-09-22 03:14:38 -04:00
parent f30b112985
commit 24ae6d69ca
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@
</xsl:choose>
</xsl:variable>
<div class="menuitem">
<a href="{$preabs}{@href}"><p><img src="{$pre}buttons/{@icon}.png" width="40"
height="40" alt="{@title}" /></p><p><xsl:value-of select="@title" /></p></a>
<a href="{$preabs}{@href}"><img src="{$pre}buttons/{@icon}.png" width="40"
height="40" alt="{@title}" /><br /><xsl:value-of select="@title" /></a>
</div>
</xsl:template>