From 0dda548dca16d2cd52cfb62f2366ab5c92872fab Mon Sep 17 00:00:00 2001 From: Alex Aragon Date: Fri, 27 May 2016 15:19:41 -0500 Subject: [PATCH 1/2] fix color menu --- main/template/rainbow/layout/menu.tpl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/main/template/rainbow/layout/menu.tpl b/main/template/rainbow/layout/menu.tpl index f8abfe4546..aa29dbc4fe 100755 --- a/main/template/rainbow/layout/menu.tpl +++ b/main/template/rainbow/layout/menu.tpl @@ -21,11 +21,13 @@ {% endif %} {% endfor %} {% endif %} - {% if _u.logged == 0 %} - - {% endif %} + {% if _u.logged == 1 %} + {% endif %} + {% if _u.logged == 0 %} + + From 9cdba40ebb62de0d1b8b2fece812946d324dee98 Mon Sep 17 00:00:00 2001 From: Alex Aragon Date: Fri, 27 May 2016 15:26:20 -0500 Subject: [PATCH 2/2] fix js ckeditor constant --- main/template/rainbow/layout/header.js.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/template/rainbow/layout/header.js.tpl b/main/template/rainbow/layout/header.js.tpl index 99a478c8ba..df7ea238d7 100644 --- a/main/template/rainbow/layout/header.js.tpl +++ b/main/template/rainbow/layout/header.js.tpl @@ -1,4 +1,5 @@