Difference between revisions of "SUNScholar/XMLUI Theme/M2/Customisation/Footer Design"

From Libopedia
Jump to navigation Jump to search
(Created page with "<center> '''Back to Mirage 2 Customisation''' </center> To do.")
 
m
 
(7 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
  '''[[SUNScholar/XMLUI_Theme/M2/Customisation|Back to Mirage 2 Customisation]]'''
 
  '''[[SUNScholar/XMLUI_Theme/M2/Customisation|Back to Mirage 2 Customisation]]'''
 
</center>
 
</center>
 +
Edit the following file:
 +
nano $HOME/{{Source}}/dspace-xmlui-mirage2/src/main/webapp/xsl/core/page-structure.xsl
 +
Go to line 700 and replace with the following:
  
To do.
+
<tt><a href="http://www.dspace.org">DSpace 5.3</a> | <a href="http://www.ubuntu.com">Ubuntu 14.04</a> | Copyright&#160;&#169;&#160;<a href="http://www.sun.ac.za" target="_blank">Stellenbosch University</a></tt>
 +
 
 +
''Modify the above to suit your institution.''
 +
[[Category:Customisation]]

Latest revision as of 12:12, 28 May 2016

Back to Mirage 2 Customisation

Edit the following file:

nano $HOME/source/dspace-xmlui-mirage2/src/main/webapp/xsl/core/page-structure.xsl

Go to line 700 and replace with the following:

<a href="http://www.dspace.org">DSpace 5.3</a> | <a href="http://www.ubuntu.com">Ubuntu 14.04</a> | Copyright © <a href="http://www.sun.ac.za" target="_blank">Stellenbosch University</a>

Modify the above to suit your institution.