mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-30 03:30:34 -04:00
Refactor dashboard -> block_manager since it'll manage blocks site
wide, not just in the dashboard.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user