diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2008-12-14 23:53:30 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-12-14 23:53:30 +0000 |
commit | db7e60da32e3feba918cc819a1ef8fada6aec02a (patch) | |
tree | c29e16d739ae9696620c8a2782ceeb13895bf274 /core/views | |
parent | c46bd97407e2eef500fa224ef7593193e3da6d18 (diff) |
Change the watermark module to use forge.
Also the watermark file is now stored in varpath.
and the location is stored in the module vars table
Diffstat (limited to 'core/views')
-rw-r--r-- | core/views/welcome.html.php | 5 |
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"> |