From 0bec5a49a1af98c0f95ab10edfc901f7d8e6d995 Mon Sep 17 00:00:00 2001
From: Bruno Nocera Zanette <brunonzanette@gmail.com>
Date: Tue, 3 Jun 2014 12:51:59 -0300
Subject: [PATCH] Disable Collections's logo on Communities's page

Disable Collections's logo on Communities's page.
---
 .../themes/Participatorio-mobile/Participatorio-mobile.xsl      | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dspace/modules/xmlui/src/main/webapp/themes/Participatorio-mobile/Participatorio-mobile.xsl b/dspace/modules/xmlui/src/main/webapp/themes/Participatorio-mobile/Participatorio-mobile.xsl
index 10b6df5..75bb120 100644
--- a/dspace/modules/xmlui/src/main/webapp/themes/Participatorio-mobile/Participatorio-mobile.xsl
+++ b/dspace/modules/xmlui/src/main/webapp/themes/Participatorio-mobile/Participatorio-mobile.xsl
@@ -444,6 +444,7 @@
         <xsl:variable name="data" select="./mets:dmdSec/mets:mdWrap/mets:xmlData/dim:dim"/>
         <a href="{@OBJID}">
             
+            <!--
             <img>
 				<xsl:attribute name="src">
 					<xsl:value-of select="mets:fileSec/mets:fileGrp[@USE='LOGO']/mets:file/mets:FLocat[@LOCTYPE='URL']/@xlink:href"/>
@@ -451,6 +452,7 @@
 				<xsl:attribute name="alt">xmlui.dri2xhtml.METS-1.0.collection-logo-alt</xsl:attribute>
 			   	<xsl:attribute name="attr" namespace="http://apache.org/cocoon/i18n/2.1">alt</xsl:attribute>
             </img>
+            -->
             
             <xsl:choose>
 	            <xsl:when test="string-length($data/dim:field[@element='title'][1]) &gt; 0">
-- 
GitLab