diff options
-rw-r--r-- | core/views/welcome.html.php | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php index 262adcfc..5655bd0a 100644 --- a/core/views/welcome.html.php +++ b/core/views/welcome.html.php @@ -253,14 +253,7 @@ <? endforeach ?> ] tags </p> - <fieldset> - <legend>Photos</legend> - <form method="post" action="<?= url::site("albums/1") ?>" enctype="multipart/form-data"> - <input type="submit" value="upload"/> - <input id="photo_upload" name="file[]" type="file"/> - <input type="hidden" name="type" value="photo"/> - </form> - </fieldset> + <?= $add_photo_html ?> <fieldset> <legend>Server Side Photos</legend> <form method="post" action="<?= url::site("welcome/add_photos") ?>"> |