diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2008-12-04 07:44:28 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-04 07:44:28 +0000 |
| commit | 9ba9f7bf2754988b7408c23c32b1f2a332528d29 (patch) | |
| tree | 974139d7571dc34f7db390114c22fa501755ec87 /core/views/welcome.html.php | |
| parent | deafa2f91220ad54cfaae1372ef98ab5f46e0f86 (diff) | |
Change the startup code to only put installed modules on the autoload
path. This breaks a bunch of places where we had hardcoded
dependencies, so guard all of those cases. Restructure
module::available() a bit and the way that we do install/uninstall in
the scaffolding.
Diffstat (limited to 'core/views/welcome.html.php')
| -rw-r--r-- | core/views/welcome.html.php | 2 |
1 files changed, 2 insertions, 0 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"> |
