diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-09-26 09:24:22 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-09-26 09:24:22 +0000 |
| commit | 72a68884f8146e52f127bb9a5838d0ec3299bdd3 (patch) | |
| tree | 91fcfd704f8ff8c34a12eeb1acf6752eeb8c3176 /templates | |
| parent | b5a8aca80f30b0ced8b333441da49ded80fa2e8e (diff) | |
| download | users-72a68884f8146e52f127bb9a5838d0ec3299bdd3.tar.gz users-72a68884f8146e52f127bb9a5838d0ec3299bdd3.tar.bz2 users-72a68884f8146e52f127bb9a5838d0ec3299bdd3.zip | |
move image handling process to a separate function and fix image storing, handling and updating
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/my_images.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/my_images.tpl b/templates/my_images.tpl index dc61cf1..2137ee0 100644 --- a/templates/my_images.tpl +++ b/templates/my_images.tpl @@ -8,7 +8,7 @@ {include file="bitpackage:users/my_bitweaver_bar.tpl"} <div class="body"> - {form enctype="multipart/form-data" method="post" legend="Upload personal Portrait, Avatar and Logo"} + {form enctype="multipart/form-data" legend="Upload personal Portrait, Avatar and Logo"} {if $fHomepage} <input type="hidden" name="fHomepage" value="{$fHomepage}"/> {/if} |
