diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2008-12-16 17:30:18 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-12-16 17:30:18 +0000 |
commit | 04441e11cccceea92454d3fcbc54e0e103fb8bd6 (patch) | |
tree | 06ce3eb18eb156b736cb3510ac92e1af3aa4bb94 /core/views | |
parent | 931d8c6bdce9fa4656d36c2f07ff6a38d0b47c5d (diff) |
1) Remove the load watermark from the scaffolding... use the menu option
2) The set watermark dialog is now sizing properly. @todo is recenter in the window
Diffstat (limited to 'core/views')
-rw-r--r-- | core/views/welcome.html.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php index d41b81c2..7f3d27a9 100644 --- a/core/views/welcome.html.php +++ b/core/views/welcome.html.php @@ -160,9 +160,6 @@ <? 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"> @@ -287,9 +284,6 @@ <?= new View("rearrange.html") ?> </fieldset> <? endif ?> - <? if (module::is_installed("watermark")): ?> - <?= $add_watermark_html ?> - <? endif ?> </div> <? if (module::is_installed("user")): ?> |