Removing godawful Icons from the bottom bar

This commit is contained in:
Edgar Bering 2010-02-28 21:00:05 -05:00
parent 5a7d9336c6
commit 2a834bd883
1 changed files with 1 additions and 2 deletions

View File

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