diff --git a/admin-dev/themes/template/helper/form/form.tpl b/admin-dev/themes/template/helper/form/form.tpl
index 779638375..8cd028b8c 100644
--- a/admin-dev/themes/template/helper/form/form.tpl
+++ b/admin-dev/themes/template/helper/form/form.tpl
@@ -64,10 +64,17 @@
{/if}
-
+
{if isset($fields.title)}{$fields.title}
{/if}
\ No newline at end of file
+
diff --git a/classes/Helper.php b/classes/Helper.php
index 45e3009ca..eae14e7a1 100755
--- a/classes/Helper.php
+++ b/classes/Helper.php
@@ -39,6 +39,7 @@ class HelperCore
public $toolbar_btn;
public $title;
public $show_toolbar = true;
+ public $no_back = false;
public $context;
/**