diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2008-12-14 19:43:04 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-12-14 19:43:04 +0000 |
commit | 4b4e9e8e45465012805854dd322431f87f2b09c7 (patch) | |
tree | f275761db2763a19e0db16894a516357f73fa2a2 /core/views | |
parent | 7fa014ae61b7463632e67923b745a6de07dd3f20 (diff) |
The start of the watermark module. It doesn't save the watermark at this point. This is more of trying out the approach where Forge is not used for forms. Basic html and the Validation library.
Diffstat (limited to 'core/views')
-rw-r--r-- | core/views/welcome.html.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php index 7b132231..075a485a 100644 --- a/core/views/welcome.html.php +++ b/core/views/welcome.html.php @@ -284,6 +284,9 @@ <?= new View("rearrange.html") ?> </fieldset> <? endif ?> + <? if (module::is_installed("watermark")): ?> + <?= $add_watermark_html ?> + <? endif ?> </div> <? if (module::is_installed("user")): ?> |