aboutsummaryrefslogtreecommitdiffstats
path: root/mod/setup.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-16 00:25:08 -0800
committerfriendica <info@friendica.com>2013-12-16 00:25:08 -0800
commita7a775a718ef92c9bd623849baab1e386071d70b (patch)
tree1f2d763c495ad5192456d54036eb3dcc8fafb595 /mod/setup.php
parent5a3a72604bf0e1c7ec04fbdbdee7a08c2a340c5a (diff)
downloadvolse-hubzilla-a7a775a718ef92c9bd623849baab1e386071d70b.tar.gz
volse-hubzilla-a7a775a718ef92c9bd623849baab1e386071d70b.tar.bz2
volse-hubzilla-a7a775a718ef92c9bd623849baab1e386071d70b.zip
install redbasic during setup so that at least one theme is registered. Otherwise none of the display settings seem to work very well.
Diffstat (limited to 'mod/setup.php')
-rwxr-xr-xmod/setup.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/setup.php b/mod/setup.php
index 0198f1f09..245508683 100755
--- a/mod/setup.php
+++ b/mod/setup.php
@@ -577,6 +577,8 @@ function load_database($db) {
function what_next() {
$a = get_app();
+ // install the standard theme
+ set_config('system','allowed_themes','redbasic');
$baseurl = $a->get_baseurl();
return
t('<h1>What next</h1>')