I have a custom Theme "TWU"

How do I indicate the Handle server in the xmlui.xconf

<!-- <theme name="Test Theme 1" handle="123456789/1" path="theme1/"/>    -->
<!-- <theme name="Test Theme 2" regex="community-list" path="theme2/"/> -->

<!-- Mirage theme, @mire contributed theme, default since DSpace 3.0 -->

<theme name="TWU" regex=".*" path="TWU/" />
1.
2.     Open Manakin's configuration file, dspace/config/xmlui.xconf, scroll to 
the bottom and locate the <themes> element.
3.     Add a new tag <theme> element inside the <themes> element as below: 
<theme name="My new theme" path="theme-dir">
4.     If you wish to install this theme onto a particular community or 
collection then modify the new <theme> tag as: <theme name="My new theme" 
handle="123/1" path="theme-dir"
5.     If you wish to install this theme as the default theme then modify your 
new <theme> tag (make sure this tag is the last theme defined):<theme name="My 
new theme" regex=".*" path="theme-dir">


David Schuster
Texas Woman's University
Director of Library Information Technology & Technical Support
PO Box 425528
Denton TX 76204-5528

Phone: 940-898-3909
Fax: 940-898-3764

[email protected]

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to