Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1567)
+++ branches/2.8.x/CHANGELOG	(revision 1568)
@@ -11,6 +11,9 @@
 ! = Update/Change
 
 =========================== add small Features 2.8.2 ==========================
+10 Jan-2012 Build 1568 Dietmar Woellbrink (Luisehahne)
+! fix show_menu2 2th parameter for template round and allcss (Tks to Ruebenwurzel)
+! set fingerprint_with_ip_octets default to 2 in a new installation
 07 Jan-2012 Build 1567 Dietmar Woellbrink (Luisehahne)
 # fix wbmailer_smtp_auth, could not be disabled after enabled 
 07 Jan-2012 Build 1566 Dietmar Woellbrink (Luisehahne)
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1567)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1568)
@@ -52,5 +52,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.2');
-if(!defined('REVISION')) define('REVISION', '1567');
+if(!defined('REVISION')) define('REVISION', '1568');
 if(!defined('SP')) define('SP', 'SP2');
Index: branches/2.8.x/wb/templates/allcss/index.php
===================================================================
--- branches/2.8.x/wb/templates/allcss/index.php	(revision 1567)
+++ branches/2.8.x/wb/templates/allcss/index.php	(revision 1568)
@@ -80,7 +80,7 @@
 	<!-- main navigation menu -->
 	<div class="menu">
 		<?php
-		show_menu2(0,SM2_ROOT,SM2_ROOT,SM2_TRIM,'<li><span class="menu-default">[ac][menu_title]</a></span>','</li>','<ul>','</ul>');
+		show_menu2(0,SM2_ROOT,SM2_CURR+1,SM2_TRIM,'<li><span class="menu-default">[ac][menu_title]</a></span>','</li>','<ul>','</ul>');
 		// CODE FOR WEBSITE BAKER FRONTEND LOGIN
 		if (FRONTEND_LOGIN == 'enabled' && VISIBILITY != 'private' && $wb->get_session('USER_ID') == '') {
 			$redirect_url = (isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : WB_URL );
Index: branches/2.8.x/wb/templates/round/index.php
===================================================================
--- branches/2.8.x/wb/templates/round/index.php	(revision 1567)
+++ branches/2.8.x/wb/templates/round/index.php	(revision 1568)
@@ -78,7 +78,7 @@
 		</tr>
 		<tr>
 			<td width="170">
-				<?php show_menu2(0,SM2_ROOT,SM2_ROOT,SM2_TRIM,'<li><span class="menu-default">[ac][menu_title]</a></span>','</li>','<ul>','</ul>');?>
+				<?php show_menu2(0,SM2_ROOT,SM2_CURR+1,SM2_TRIM,'<li><span class="menu-default">[ac][menu_title]</a></span>','</li>','<ul>','</ul>');?>
 			</td>
 		</tr>
 		<tr>
Index: branches/2.8.x/wb/install/save.php
===================================================================
--- branches/2.8.x/wb/install/save.php	(revision 1567)
+++ branches/2.8.x/wb/install/save.php	(revision 1568)
@@ -499,7 +499,7 @@
 	." ('wbmailer_smtp_auth', ''),"
 	." ('wbmailer_smtp_username', ''),"
 	." ('wbmailer_smtp_password', ''),"
-	." ('fingerprint_with_ip_octets', '3'),"
+	." ('fingerprint_with_ip_octets', '2'),"
 	." ('secure_form_module', ''),"
 	." ('mediasettings', '')";
 	$database->query($settings_rows);
