summaryrefslogtreecommitdiff
path: root/tpl/image/upload.php
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/image/upload.php')
-rw-r--r--tpl/image/upload.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tpl/image/upload.php b/tpl/image/upload.php
index 6e9ee55..71283cf 100644
--- a/tpl/image/upload.php
+++ b/tpl/image/upload.php
@@ -6,7 +6,8 @@ if ($user['id'] == 0) $message = "You should create an account so that you can t
$form_message = "A $miniature_width"."px preview will be created.";
$need_file = true;
$fields = array(
- array("label" => "Image file : ", "type" => "file", "name" => "image")
+ array("label" => "Image file : ", "type" => "file", "name" => "image"),
+ array("label" => "Image title (optionnal) : ", "type" => "text", "name" => "name")
);
$validate = "Upload";