i need remove the box "my account" from mirage theme in dspace
, I found this, but only works for the box in the frontpage.
<xsl:template match="dri:list[@id='aspect.viewArtifacts.Navigation.list.account']">
<xsl:if test="//dri:metadata[@element='request' and @qualifier='URI']/text() != ''">
<xsl:apply-templates />
</xsl:if>
</xsl:template>
I have dspace-5.5, Can anyone help me?