Removing godawful Icons from the bottom bar

news-update
Edgar Bering 13 years ago
parent 5a7d9336c6
commit 2a834bd883
  1. 3
      xsl/menu.xsl

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

Loading…
Cancel
Save