From e8608fb3f7473a6653f319606a01460b470ce5d3 Mon Sep 17 00:00:00 2001 From: Mhamad Rachini Date: Tue, 25 Jun 2013 13:28:20 +0300 Subject: [PATCH] added reference to theme --- src/main/webapp/js/controllers.js | 2 +- src/main/webapp/sass/app.scss | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/js/controllers.js b/src/main/webapp/js/controllers.js index a5b70bfb..65c795fa 100644 --- a/src/main/webapp/js/controllers.js +++ b/src/main/webapp/js/controllers.js @@ -1092,7 +1092,7 @@ function($scope, $location, SettingsService, AnalyticsService, ServerService) { $scope.ServerService = ServerService.get(); - $scope.themes = ['default']; + $scope.themes = ['default','MRACHINI']; $scope.settingsService = SettingsService; $scope.$watch('settingsService.settings', function(value) { diff --git a/src/main/webapp/sass/app.scss b/src/main/webapp/sass/app.scss index 3f4b8ab5..711f2714 100644 --- a/src/main/webapp/sass/app.scss +++ b/src/main/webapp/sass/app.scss @@ -8,4 +8,5 @@ @import "mobile/mobile"; -@import "themes/test"; \ No newline at end of file +@import "themes/test"; +@import "themes/MRACHINI"; \ No newline at end of file