diff --git a/htdocs/product/canvas/default/product.default.class.php b/htdocs/product/canvas/default/product.default.class.php
index a77714bd04e..2d1dce15ee2 100644
--- a/htdocs/product/canvas/default/product.default.class.php
+++ b/htdocs/product/canvas/default/product.default.class.php
@@ -31,7 +31,7 @@ class ProductDefault extends Product
{
//! Numero d'erreur Plage 1280-1535
var $errno = 0;
-
+ //! Template container
var $tpl = array();
/**
@@ -44,6 +44,7 @@ class ProductDefault extends Product
$this->db = $DB;
$this->id = $id ;
$this->user = $user;
+ $this->smarty = 0;
$this->module = "produit";
$this->canvas = "default";
$this->name = "default";
diff --git a/htdocs/product/canvas/default/tpl/create.tpl.php b/htdocs/product/canvas/default/tpl/create.tpl.php
index 5b27644da5b..c5d3287c917 100644
--- a/htdocs/product/canvas/default/tpl/create.tpl.php
+++ b/htdocs/product/canvas/default/tpl/create.tpl.php
@@ -21,13 +21,18 @@
+tpl['title']; ?>
+
+
+