diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-01-18 06:55:04 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-18 06:55:04 +0000 |
commit | 7b68ca9946772fdb8fa2db756e934cc7883ea52d (patch) | |
tree | 93631ccca65b29ed42ccc901aa12f79b3395ca70 /core/views | |
parent | 3d1ea2904d982422ce24c43b25d0d4bca6f29aa3 (diff) |
Refactor dashboard -> block_manager since it'll manage blocks site
wide, not just in the dashboard.
Diffstat (limited to 'core/views')
-rw-r--r-- | core/views/welcome.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php index 73deedb9..4ab61b80 100644 --- a/core/views/welcome.html.php +++ b/core/views/welcome.html.php @@ -166,7 +166,7 @@ <?= html::script("lib/jquery.cookie.js") ?> <?= html::script("lib/jquery.MultiFile.js") ?> <? if (module::is_installed("rearrange")): ?> - <?= rearrange_block::head(null) ?> + <?= rearrange_theme::head(null) ?> <? endif ?> </head> <body> @@ -485,7 +485,7 @@ </li> </ul> </div> - + <div id="package" class="activity"> <?= $package ?> </div> |