summaryrefslogtreecommitdiff
path: root/core/views/welcome.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/views/welcome.html.php')
-rw-r--r--core/views/welcome.html.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php
index 075a485a..d41b81c2 100644
--- a/core/views/welcome.html.php
+++ b/core/views/welcome.html.php
@@ -157,9 +157,12 @@
<?= html::script("lib/jquery.form.js") ?>
<?= html::script("lib/jquery.cookie.js") ?>
<?= html::script("lib/jquery.MultiFile.js") ?>
- <? if (class_exists("rearrange_block")): ?>
+ <? if (module::is_installed("rearrange")): ?>
<?= rearrange_block::head(null) ?>
<? endif ?>
+ <? if (module::is_installed("watermark")): ?>
+ <?= watermark_block::head(null) ?>
+ <? endif ?>
</head>
<body>
<div class="outer">