Author: benbosman
Date: Fri Oct 29 16:16:34 2010
New Revision: 5689
Log:
[DS-710] New Base Theme For DSpace 1.7.0
Modified:
dspace/trunk/dspace/config/xmlui.xconf
Modified: dspace/trunk/dspace/config/xmlui.xconf
==============================================================================
--- dspace/trunk/dspace/config/xmlui.xconf (original)
+++ dspace/trunk/dspace/config/xmlui.xconf Fri Oct 29 16:16:34 2010
@@ -119,6 +119,9 @@
<!-- Default theme -->
<theme name="Default Reference Theme" regex=".*" path="Reference/" />
+ <!-- Mirage theme, @mire contribution of new theme to support easier development and branding -->
+ <!-- <theme name="Atmire Mirage Theme" regex=".*" path="Mirage/" /> -->
+
<!-- Classic theme, inspired by the JSP UI -->
<!-- <theme name="Classic" regex=".*" path="Classic/" /> -->
|