DS-1251 Make Mirage the default XMLUI theme

commenting the reference theme and uncommenting the mirage theme in
xmlui.xconf
This commit is contained in:
Bram Luyten
2012-08-28 14:39:31 +02:00
parent dde495e107
commit aff4fc8c94

View File

@@ -120,11 +120,11 @@
<!-- <theme name="Test Theme 1" handle="123456789/1" path="theme1/"/> -->
<!-- <theme name="Test Theme 2" regex="community-list" path="theme2/"/> -->
<!-- Default theme -->
<theme name="Default Reference Theme" regex=".*" path="Reference/" />
<!-- Mirage theme, @mire contributed theme, default since DSpace 3.0 -->
<theme name="Atmire Mirage Theme" regex=".*" path="Mirage/" />
<!-- Mirage theme, @mire contribution of new theme to support easier development and branding -->
<!-- <theme name="Atmire Mirage Theme" regex=".*" path="Mirage/" /> -->
<!-- Reference theme, the default Manakin XMLUI layout up to DSpace 1.8 -->
<!-- <theme name="Default Reference Theme" regex=".*" path="Reference/" /> -->
<!-- Classic theme, inspired by the JSP UI -->
<!-- <theme name="Classic" regex=".*" path="Classic/" /> -->