Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1605)
+++ branches/2.8.x/CHANGELOG	(revision 1606)
@@ -11,6 +11,10 @@
 ! = Update/Change
 
 =========================== add small Features 2.8.2 ==========================
+08 Feb-2012 Build 1606 Dietmar Woellbrink (Luisehahne)
+# some little changes and fixes in template allcss and round
++ add // register_frontend_modfiles('jquery'); to activate comment out
+! Set version to 2.71
 08 Feb-2012 Build 1605 Dietmar Woellbrink (Luisehahne)
 ! login.php fallback to revision 1602
 08 Feb-2012 Build 1604 Dietmar Woellbrink (Luisehahne)
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1605)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1606)
@@ -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.2');
-if(!defined('REVISION')) define('REVISION', '1605');
+if(!defined('REVISION')) define('REVISION', '1606');
 if(!defined('SP')) define('SP', 'SP2');
Index: branches/2.8.x/wb/templates/allcss/info.php
===================================================================
--- branches/2.8.x/wb/templates/allcss/info.php	(revision 1605)
+++ branches/2.8.x/wb/templates/allcss/info.php	(revision 1606)
@@ -30,7 +30,7 @@
 $template_directory				= 'allcss';
 $template_name						= 'All CSS';
 $template_function			= 'template';
-$template_version					= '2.70';
+$template_version					= '2.71';
 $template_platform				= '2.7';
 $template_author					= 'Ryan Djurovich, C. Sommer';
 $template_license					= '<a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>';
Index: branches/2.8.x/wb/templates/allcss/index.php
===================================================================
--- branches/2.8.x/wb/templates/allcss/index.php	(revision 1605)
+++ branches/2.8.x/wb/templates/allcss/index.php	(revision 1606)
@@ -40,17 +40,18 @@
 	echo defined('DEFAULT_CHARSET') ? DEFAULT_CHARSET : 'utf-8'; ?>" />
 	<meta name="description" content="<?php page_description(); ?>" />
 	<meta name="keywords" content="<?php page_keywords(); ?>" />
-	<?php 
+	<link rel="stylesheet" type="text/css" href="<?php
+	echo TEMPLATE_DIR; ?>/template.css" media="screen,projection" />
+	<link rel="stylesheet" type="text/css" href="<?php
+	echo TEMPLATE_DIR; ?>/print.css" media="print" />
+	<title><?php page_title('', '[WEBSITE_TITLE]'); ?></title>
+	<?php
 	// automatically include optional WB module files (frontend.css, frontend.js)
 	if (function_exists('register_frontend_modfiles')) {
 		register_frontend_modfiles('css');
+		// register_frontend_modfiles('jquery');
 		register_frontend_modfiles('js');
 	} ?>
-	<link rel="stylesheet" type="text/css" href="<?php 
-	echo TEMPLATE_DIR; ?>/template.css" media="screen,projection" />
-	<link rel="stylesheet" type="text/css" href="<?php 
-	echo TEMPLATE_DIR; ?>/print.css" media="print" />
-	<title><?php page_title('', '[WEBSITE_TITLE]'); ?></title>
 </head>
 
 <body>
@@ -85,10 +86,11 @@
 		if (FRONTEND_LOGIN == 'enabled' && VISIBILITY != 'private' && $wb->get_session('USER_ID') == '') {
 			$redirect_url = ((isset($_SESSION['HTTP_REFERER']) && $_SESSION['HTTP_REFERER'] != '') ? $_SESSION['HTTP_REFERER'] : WB_URL );
 			$redirect_url = (isset($thisApp->redirect_url) ? $thisApp->redirect_url : $redirect_url );
+		?>
 			<!-- login form -->
 			<br />
 			<form name="login" id="login" action="<?php echo LOGIN_URL; ?>" method="post">
-				<input type="hidden" name="redirect" value="<?php echo $redirect_url;?>" /></p>
+				<input type="hidden" name="redirect" value="<?php echo $redirect_url;?>" />
 				<fieldset>
 					<legend><?php echo $TEXT['LOGIN']; ?></legend>
 					<label for="username" accesskey="1"><?php echo $TEXT['USERNAME']; ?>:</label>
Index: branches/2.8.x/wb/templates/round/info.php
===================================================================
--- branches/2.8.x/wb/templates/round/info.php	(revision 1605)
+++ branches/2.8.x/wb/templates/round/info.php	(revision 1606)
@@ -30,7 +30,7 @@
 $template_directory				= 'round';
 $template_name						= 'Round';
 $template_function			= 'template';
-$template_version					= '2.70';
+$template_version					= '2.71';
 $template_platform				= '2.7';
 $template_author					= 'Ryan Djurovich, C. Sommer';
 $template_license					= '<a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>';
Index: branches/2.8.x/wb/templates/round/index.php
===================================================================
--- branches/2.8.x/wb/templates/round/index.php	(revision 1605)
+++ branches/2.8.x/wb/templates/round/index.php	(revision 1606)
@@ -40,17 +40,18 @@
 	echo defined('DEFAULT_CHARSET') ? DEFAULT_CHARSET : 'utf-8'; ?>" />
 	<meta name="description" content="<?php page_description(); ?>" />
 	<meta name="keywords" content="<?php page_keywords(); ?>" />
-	<?php 
+	<link rel="stylesheet" type="text/css" href="<?php
+		echo TEMPLATE_DIR; ?>/template.css" media="screen,projection" />
+	<link rel="stylesheet" type="text/css" href="<?php
+		echo TEMPLATE_DIR; ?>/print.css" media="print" />
+	<title><?php page_title('', '[WEBSITE_TITLE]'); ?></title>
+	<?php
 	// automatically include optional WB module files (frontend.css, frontend.js)
 	if (function_exists('register_frontend_modfiles')) {
 		register_frontend_modfiles('css');
+		// register_frontend_modfiles('jquery');
 		register_frontend_modfiles('js');
 	} ?>
-	<link rel="stylesheet" type="text/css" href="<?php 
-		echo TEMPLATE_DIR; ?>/template.css" media="screen,projection" />
-	<link rel="stylesheet" type="text/css" href="<?php 
-		echo TEMPLATE_DIR; ?>/print.css" media="print" />
-	<title><?php page_title('', '[WEBSITE_TITLE]'); ?></title>
 </head>
 
 <body>
@@ -125,7 +126,7 @@
 			$redirect_url = (isset($thisApp->redirect_url) ? $thisApp->redirect_url : $redirect_url );
 ?>
 		<form name="login" action="<?php echo LOGIN_URL; ?>" method="post">
-			<input type="hidden" name="redirect" value="<?php echo $redirect_url;?>" /></p>
+			<input type="hidden" name="redirect" value="<?php echo $redirect_url;?>" />
 			<table summary="" cellpadding="0" cellspacing="0" border="0" width="150" align="center" style="margin-top: 10px;">
 			<tr>
 				<td class="border">
