aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index daf3260a7..d9d99b278 100644
--- a/boot.php
+++ b/boot.php
@@ -1620,7 +1620,7 @@ if(! function_exists('proc_run')) {
if(! function_exists('current_theme')) {
function current_theme(){
- $app_base_themes = array('duepuntozero', 'dispy', 'quattro');
+ $app_base_themes = array('redbasic');
$a = get_app();