From 9b3a3480e42cc0c1c6c5c0103959bbf9d7654932 Mon Sep 17 00:00:00 2001
From: Bruno Nocera Zanette <brunonzanette@gmail.com>
Date: Fri, 6 Jun 2014 01:36:24 -0300
Subject: [PATCH] Set Participatorio-desktop as main theme

Set Participatorio-desktop as main theme.
Participatorio-mobile is configured to be used on "m.***" URLs.
---
 dspace/config/xmlui.xconf | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dspace/config/xmlui.xconf b/dspace/config/xmlui.xconf
index 69c24a5..9c2ec52 100644
--- a/dspace/config/xmlui.xconf
+++ b/dspace/config/xmlui.xconf
@@ -173,8 +173,9 @@
         their respective items.    
     -->
     <themes>
-	<theme name="Participatorio-mobile" regex=".*" path="Participatorio-mobile/" />
-	<!-- <theme name="Participatorio" regex=".*" path="Participatorio/" /> -->
+        <!-- <theme name="Participatorio-mobile" regex=".*" path="Participatorio-mobile/" /> -->
+        <theme name="Participatorio-desktop" regex=".*" path="Participatorio-desktop/" />
+        <!-- <theme name="Participatorio" regex=".*" path="Participatorio/" /> -->
 
         <!-- Example configuration -->
 
-- 
GitLab