From 07130a34f458aeba77843cbafab7296e247a6069 Mon Sep 17 00:00:00 2001 From: Fernando Pietchaki Domingues <fpd09@c3sl.ufpr.br> Date: Wed, 12 Feb 2014 16:44:51 -0200 Subject: [PATCH] Adicionado config que permite troca dinamica de temas. --- dspace/config/dspace.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/dspace/config/dspace.cfg b/dspace/config/dspace.cfg index 29a60ad..ffe0fc4 100644 --- a/dspace/config/dspace.cfg +++ b/dspace/config/dspace.cfg @@ -1719,6 +1719,7 @@ xmlui.supported.locales = pt_BR, en # and debugging it should be turned off for any production repository. The default # value unless otherwise specified is "false" #xmlui.theme.allowoverrides = false +xmlui.theme.allowoverrides = true # Enabling this property will concatenate CSS, JS and JSON files where possible. # CSS files can be concatenated if multiple CSS files with the same media attribute -- GitLab