Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1645)
+++ branches/2.8.x/CHANGELOG	(revision 1646)
@@ -11,7 +11,10 @@
 ! = Update/Change
 ===============================================================================
 
+
 22 Mar-2012 Build 1642 Dietmar Woellbrink (Luisehahne)
+# typofix in templates to include jquery
+22 Mar-2012 Build 1642 Dietmar Woellbrink (Luisehahne)
 + add language variable for template details
 22 Mar-2012 Build 1644 Werner v.d.Decken(DarkViper)
 # prevent from empty theme-name in CopyTheme::_SanitizeNewName()
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1645)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1646)
@@ -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', '1645');
+if(!defined('REVISION')) define('REVISION', '1646');
 if(!defined('SP')) define('SP', '');
Index: branches/2.8.x/wb/templates/allcss/index.php
===================================================================
--- branches/2.8.x/wb/templates/allcss/index.php	(revision 1645)
+++ branches/2.8.x/wb/templates/allcss/index.php	(revision 1646)
@@ -47,7 +47,7 @@
 <?php
 	// automatically include optional WB module files (frontend.css, frontend.js)
 	register_frontend_modfiles('css');
-	// register_frontend_modfiles('javascript');
+	// register_frontend_modfiles('jquery');
 	register_frontend_modfiles('js');
 ?>
 </head>
@@ -70,7 +70,7 @@
 				<input type="hidden" name="referrer" value="<?php 
 				echo defined('REFERRER_ID') ? REFERRER_ID : PAGE_ID; ?>" />
 				<input type="text" name="string" class="search_string" />
-				<input type="submit" name="wb_search" id="wb_search" value="<?php 
+				<input type="submit" name="wb_search" id="wb_search" value="<?php
 				echo $TEXT['SEARCH']; ?>" class="search_submit" />
 			</form><?php 
 		} ?>
@@ -140,7 +140,8 @@
 </div>
 <?php 
 // automatically include optional WB module file frontend_body.js)
-	register_frontend_modfiles_body();
+// register_frontend_modfiles_body('jquery');
+register_frontend_modfiles_body('js');
 ?>
 </body>
 </html>
\ No newline at end of file
Index: branches/2.8.x/wb/templates/round/index.php
===================================================================
--- branches/2.8.x/wb/templates/round/index.php	(revision 1645)
+++ branches/2.8.x/wb/templates/round/index.php	(revision 1646)
@@ -47,7 +47,7 @@
 <?php
 	// automatically include optional WB module files (frontend.css, frontend.js)
 	register_frontend_modfiles('css');
-	// register_frontend_modfiles('javascript');
+	// register_frontend_modfiles('jquery');
 	register_frontend_modfiles('js');
 ?>
 </head>
@@ -247,7 +247,8 @@
 </table>
 <?php 
 // automatically include optional WB module file frontend_body.js)
-register_frontend_modfiles_body();
+// register_frontend_modfiles_body('jquery');
+register_frontend_modfiles_body('js');
 ?>
 </body>
 </html>
\ No newline at end of file
Index: branches/2.8.x/wb/templates/simple/index.php
===================================================================
--- branches/2.8.x/wb/templates/simple/index.php	(revision 1645)
+++ branches/2.8.x/wb/templates/simple/index.php	(revision 1646)
@@ -100,7 +100,7 @@
 </table>
 <?php 
 // automatically include optional WB module file frontend_body.js)
-	register_frontend_modfiles_body();
+	register_frontend_modfiles_body('js');
 ?>
 </body>
 </html>
\ No newline at end of file
