diff --git a/addressbook/add.php b/addressbook/add.php
index 6fdf2e3693..06bd761dca 100755
--- a/addressbook/add.php
+++ b/addressbook/add.php
@@ -19,7 +19,9 @@
$phpgw_info["flags"]["currentapp"] = "addressbook";
$phpgw_info["flags"]["enable_addressbook_class"] = True;
include("../header.inc.php");
-
+
+ $t = new Template($phpgw_info["server"]["app_tpl"]);
+ $t->set_file(array( "add" => "add.tpl"));
if ($AddVcard){
Header("Location: " . $phpgw->link($phpgw_info["server"]["webserver_url"] .
@@ -101,35 +103,12 @@
"cd=14"));
}
-?>
-
-
-
-