install redbasic during setup so that at least one theme is registered. Otherwise none of the display settings seem to work very well.
This commit is contained in:
parent
5a3a72604b
commit
a7a775a718
@ -577,6 +577,8 @@ function load_database($db) {
|
|||||||
|
|
||||||
function what_next() {
|
function what_next() {
|
||||||
$a = get_app();
|
$a = get_app();
|
||||||
|
// install the standard theme
|
||||||
|
set_config('system','allowed_themes','redbasic');
|
||||||
$baseurl = $a->get_baseurl();
|
$baseurl = $a->get_baseurl();
|
||||||
return
|
return
|
||||||
t('<h1>What next</h1>')
|
t('<h1>What next</h1>')
|
||||||
|
@ -1 +1 @@
|
|||||||
2013-12-15.528
|
2013-12-16.529
|
||||||
|
Reference in New Issue
Block a user