diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2008-12-12 01:46:43 +0000 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-12-12 01:46:43 +0000 |
| commit | b202816324c3a6bf515a8d938c33e882106f26da (patch) | |
| tree | 0bbe5fc57440cb7446c84e3e2167185d85c527bf /core/views | |
| parent | 35067cbced6dadbc4cb7e7a45334485320eb473b (diff) | |
Remove the attempt at a local import module
Diffstat (limited to 'core/views')
| -rw-r--r-- | core/views/welcome.html.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php index d412d119..360dc1ec 100644 --- a/core/views/welcome.html.php +++ b/core/views/welcome.html.php @@ -157,9 +157,6 @@ <?= html::script("lib/jquery.form.js") ?> <?= html::script("lib/jquery.cookie.js") ?> <?= html::script("lib/jquery.MultiFile.js") ?> - <? if (class_exists("local_import_block")): ?> - <?= local_import_block::head(null) ?> - <? endif ?> <? if (class_exists("rearrange_block")): ?> <?= rearrange_block::head(null) ?> <? endif ?> @@ -264,10 +261,6 @@ </p> <?= $add_photo_html ?> <fieldset> - <legend>Local Server Import Admininstration</legend> - <?= $local_import_html ?> - </fieldset> - <fieldset> <legend>Server Side Photos</legend> <form method="post" action="<?= url::site("welcome/add_photos") ?>"> <input type="submit" value="upload"/> |
