diff options
Diffstat (limited to 'core/views/welcome.html.php')
-rw-r--r-- | core/views/welcome.html.php | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php index 4ab61b80..27aa6184 100644 --- a/core/views/welcome.html.php +++ b/core/views/welcome.html.php @@ -206,7 +206,6 @@ <li><a href="javascript:show('info')">Info</a></li> <li><a href="javascript:show('benchmarks')">Benchmarks</a></li> <li><a href="javascript:show('docs')">Docs</a></li> - <li><a href="javascript:show('package')">Packaging</a></li> <? endif ?> </ul> @@ -296,6 +295,7 @@ <input type="hidden" name="type" value="album"/> </form> </fieldset> + <?= $package ?> <? if (module::is_installed("rearrange")): ?> <fieldset> <legend>Rearrange</legend> @@ -485,10 +485,6 @@ </li> </ul> </div> - - <div id="package" class="activity"> - <?= $package ?> - </div> </div> </div> </div> |