diff options
Diffstat (limited to 'core/views')
-rw-r--r-- | core/views/welcome.html.php | 2 | ||||
-rw-r--r-- | core/views/welcome_syscheck.html.php | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php index 68fa9c3d..748bc074 100644 --- a/core/views/welcome.html.php +++ b/core/views/welcome.html.php @@ -153,7 +153,9 @@ <?= html::script("lib/jquery.form.js") ?> <?= html::script("lib/jquery.cookie.js") ?> <?= html::script("lib/jquery.MultiFile.js") ?> + <? if (class_exists("rearrange_block")): ?> <?= rearrange_block::head(null) ?> + <? endif ?> </head> <body> <div class="outer"> diff --git a/core/views/welcome_syscheck.html.php b/core/views/welcome_syscheck.html.php index e469a724..e46a179b 100644 --- a/core/views/welcome_syscheck.html.php +++ b/core/views/welcome_syscheck.html.php @@ -18,7 +18,7 @@ <? if (empty($errors)): ?> <div class="block"> - <? if (empty($modules)): ?> + <? if (empty($modules['core'])): ?> <p class="success"> Your system is ready, but Gallery is not yet installed. </p> |