You are on page 1of 1

/usr/local/docspace/config/xmlui.

xconf This is where the theme is designated


/usr/local/docspace/config/news-xmlui.xml
/usr/local/apache2/tomcat6-ds/webapps/xmlui/themes/Mirage/lib/xsl/core/page-structure.xsl the text lives here
<span id="ds-header-logo-text">Digital Objects Catalog</span>
/usr/local/apache2/tomcat6-ds/webapps/xmlui/themes/Mirage/lib/css/style.css
- #ds-header-logo { to simply not display it: #ds-header-logo-text {
background: url('../../images/wrlc-logo.png'); display:none;
/usr/local/apache2/tomcat6-ds/webapps/xmlui/themes/Mirage/images/wrlc-logo.png
/usr/local/apache2/tomcat6-ds/webapps/xmlui/i18n/messages.xml
/usr/local/apache2/tomcat6-ds/webapps/xmlui/themes/Mirage/Mirage.xsl - to remove search altogether

<!-- removesearch areaon homepage-->
<xsl:templatematch="dri:div[@n='front-
page-search']">
<xsl:apply-templates
select="@pagination">
<xsl:with-param
name="position">bottom</xsl:with-param>
</xsl:apply-templates>
</xsl:template>

You might also like