added reference to theme

This commit is contained in:
Mhamad Rachini
2013-06-25 13:28:20 +03:00
parent a13b5036bd
commit e8608fb3f7
2 changed files with 3 additions and 2 deletions

View File

@@ -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) {

View File

@@ -8,4 +8,5 @@
@import "mobile/mobile";
@import "themes/test";
@import "themes/test";
@import "themes/MRACHINI";