Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1721)
+++ branches/2.8.x/CHANGELOG	(revision 1722)
@@ -13,6 +13,8 @@
 
 
 
+30 Aug-2012 Build 1722 Dietmar Woellbrink (Luisehahne)
+# fixed missing login template after install
 29 Aug-2012 Build 1721 Dietmar Woellbrink (Luisehahne)
 # fixed admin/settings, remove unknown variables
 29 Aug-2012 Build 1720 Dietmar Woellbrink (Luisehahne)
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1721)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1722)
@@ -51,5 +51,5 @@
 
 // check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
 if(!defined('VERSION')) define('VERSION', '2.8.3');
-if(!defined('REVISION')) define('REVISION', '1721');
+if(!defined('REVISION')) define('REVISION', '1722');
 if(!defined('SP')) define('SP', '');
Index: branches/2.8.x/wb/install/save.php
===================================================================
--- branches/2.8.x/wb/install/save.php	(revision 1721)
+++ branches/2.8.x/wb/install/save.php	(revision 1722)
@@ -683,7 +683,7 @@
 
 $ThemeUrl = WB_URL.$admin->correct_theme_source('warning.html');
 // Setup template object, parse vars to it, then parse it
-$ThemePath = realpath(WB_PATH.$admin->correct_theme_source('login.htt'));
+$ThemePath = realpath(WB_PATH.$admin->correct_theme_source('loginBox.htt'));
 
 // Log the user in and go to Website Baker Administration
 $thisApp = new Login(
@@ -700,7 +700,7 @@
 				'LOGIN_URL' => ADMIN_URL."/login/index.php",
 				'DEFAULT_URL' => ADMIN_URL."/start/index.php",
 				'TEMPLATE_DIR' => $ThemePath,
-				'TEMPLATE_FILE' => 'login.htt',
+				'TEMPLATE_FILE' => 'loginBox.htt',
 				'FRONTEND' => false,
 				'FORGOTTEN_DETAILS_APP' => ADMIN_URL."/login/forgot/index.php",
 				'USERS_TABLE' => TABLE_PREFIX."users",
