Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1267)
+++ branches/2.8.x/CHANGELOG	(revision 1268)
@@ -12,6 +12,8 @@
  
 ------------------------------------- 2.8.1 -------------------------------------
 22-Jan-2010 Dietmar Woellbrink (Luisehahne)
+!	update header info
+22-Jan-2010 Dietmar Woellbrink (Luisehahne)
 !	update fckeditor, forgotten to upload a file
 22-Jan-2010 Dietmar Woellbrink (Luisehahne)
 #	Ticket #917 Update backend themes 
Index: branches/2.8.x/wb/include/yui/yahoo/index.php
===================================================================
--- branches/2.8.x/wb/include/yui/yahoo/index.php	(revision 1267)
+++ branches/2.8.x/wb/include/yui/yahoo/index.php	(revision 1268)
@@ -31,21 +31,15 @@
  *
  * @category        backend
  * @package         yui
- * @author          Ryan Djurovich
+ * @author          WebsiteBaker Project
  * @copyright       2004-2009, Ryan Djurovich
  * @copyright       2009-2010, Website Baker Org. e.V.
- * @filesource		$HeadURL$
- * @author          Ryan Djurovich
- * @copyright       2004-2009, Ryan Djurovich
- *
- * @author          WebsiteBaker Project
  * @link			http://www.websitebaker2.org/
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://start.websitebaker2.org/impressum-datenschutz.php
  * @license         http://www.gnu.org/licenses/gpl.html
- * @version         $Id$
  * @platform        WebsiteBaker 2.8.x
  * @requirements    PHP 4.3.4 and higher
+ * @version         $Id$
+ * @filesource		$HeadURL$
  * @lastmodified    $Date$
  *
  */
Index: branches/2.8.x/wb/include/yui/event/index.php
===================================================================
--- branches/2.8.x/wb/include/yui/event/index.php	(revision 1267)
+++ branches/2.8.x/wb/include/yui/event/index.php	(revision 1268)
@@ -31,21 +31,15 @@
  *
  * @category        backend
  * @package         yui
- * @author          Ryan Djurovich
+ * @author          WebsiteBaker Project
  * @copyright       2004-2009, Ryan Djurovich
  * @copyright       2009-2010, Website Baker Org. e.V.
- * @filesource		$HeadURL$
- * @author          Ryan Djurovich
- * @copyright       2004-2009, Ryan Djurovich
- *
- * @author          WebsiteBaker Project
  * @link			http://www.websitebaker2.org/
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://start.websitebaker2.org/impressum-datenschutz.php
  * @license         http://www.gnu.org/licenses/gpl.html
- * @version         $Id$
  * @platform        WebsiteBaker 2.8.x
  * @requirements    PHP 4.3.4 and higher
+ * @version         $Id$
+ * @filesource		$HeadURL$
  * @lastmodified    $Date$
  *
  */
Index: branches/2.8.x/wb/include/yui/dragdrop/index.php
===================================================================
--- branches/2.8.x/wb/include/yui/dragdrop/index.php	(revision 1267)
+++ branches/2.8.x/wb/include/yui/dragdrop/index.php	(revision 1268)
@@ -31,21 +31,15 @@
  *
  * @category        backend
  * @package         yui
- * @author          Ryan Djurovich
+ * @author          WebsiteBaker Project
  * @copyright       2004-2009, Ryan Djurovich
  * @copyright       2009-2010, Website Baker Org. e.V.
- * @filesource		$HeadURL$
- * @author          Ryan Djurovich
- * @copyright       2004-2009, Ryan Djurovich
- *
- * @author          WebsiteBaker Project
  * @link			http://www.websitebaker2.org/
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://start.websitebaker2.org/impressum-datenschutz.php
  * @license         http://www.gnu.org/licenses/gpl.html
- * @version         $Id$
  * @platform        WebsiteBaker 2.8.x
  * @requirements    PHP 4.3.4 and higher
+ * @version         $Id$
+ * @filesource		$HeadURL$
  * @lastmodified    $Date$
  *
  */
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1267)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1268)
@@ -31,19 +31,17 @@
  *
  * @category     	admin
  * @package      	interface
- * @filesource		$HeadURL$
- * @author       	Ryan Djurovich
- * @copyright    	2004-2009, Ryan Djurovich
- *
  * @author          WebsiteBaker Project
- * @link			http://www.websitebaker2.org/ 
- * @copyright		2009-2010, Website Baker Org. e.V.
- * @link			http://start.websitebaker2.org/impressum-datenschutz.php
- * @license      	http://www.gnu.org/licenses/gpl.html
+ * @copyright       2004-2009, Ryan Djurovich
+ * @copyright       2009-2010, Website Baker Org. e.V.
+ * @link			http://www.websitebaker2.org/
+ * @license         http://www.gnu.org/licenses/gpl.html
+ * @platform        WebsiteBaker 2.8.x
+ * @requirements    PHP 4.3.4 and higher
+ * @requirements 	PHP 4.3.4 and higher
+ * @revision     	$Revision$
  * @version      	$Id$
- * @revision     	$Revision$
- * @platform     	WebsiteBaker 2.8.x
- * @requirements 	PHP 4.3.4 and higher
+ * @filesource		$HeadURL$
  * @lastmodified    $Date$
  * 
  */
@@ -55,6 +53,6 @@
 
 // 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.1');
-if(!defined('REVISION')) define('REVISION', '1267');
+if(!defined('REVISION')) define('REVISION', '1268');
 
 ?>
\ No newline at end of file
Index: branches/2.8.x/wb/admin/settings/save.php
===================================================================
--- branches/2.8.x/wb/admin/settings/save.php	(revision 1267)
+++ branches/2.8.x/wb/admin/settings/save.php	(revision 1268)
@@ -31,21 +31,15 @@
  *
  * @category        admin
  * @package         settings
- * @author          Ryan Djurovich
+ * @author          WebsiteBaker Project
  * @copyright       2004-2009, Ryan Djurovich
  * @copyright       2009-2010, Website Baker Org. e.V.
- * @filesource		$HeadURL$
- * @author          Ryan Djurovich
- * @copyright       2004-2009, Ryan Djurovich
- *
- * @author          WebsiteBaker Project
  * @link			http://www.websitebaker2.org/
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://start.websitebaker2.org/impressum-datenschutz.php
  * @license         http://www.gnu.org/licenses/gpl.html
- * @version         $Id$
  * @platform        WebsiteBaker 2.8.x
  * @requirements    PHP 4.3.4 and higher
+ * @version         $Id$
+ * @filesource		$HeadURL$
  * @lastmodified    $Date$
  *
  */
Index: branches/2.8.x/wb/admin/settings/index.php
===================================================================
--- branches/2.8.x/wb/admin/settings/index.php	(revision 1267)
+++ branches/2.8.x/wb/admin/settings/index.php	(revision 1268)
@@ -31,21 +31,15 @@
  *
  * @category        admin
  * @package         settings
- * @author          Ryan Djurovich
+ * @author          WebsiteBaker Project
  * @copyright       2004-2009, Ryan Djurovich
  * @copyright       2009-2010, Website Baker Org. e.V.
- * @filesource		$HeadURL$
- * @author          Ryan Djurovich
- * @copyright       2004-2009, Ryan Djurovich
- *
- * @author          WebsiteBaker Project
  * @link			http://www.websitebaker2.org/
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://start.websitebaker2.org/impressum-datenschutz.php
  * @license         http://www.gnu.org/licenses/gpl.html
- * @version         $Id$
  * @platform        WebsiteBaker 2.8.x
  * @requirements    PHP 4.3.4 and higher
+ * @version         $Id$
+ * @filesource		$HeadURL$
  * @lastmodified    $Date$
  *
  */
Index: branches/2.8.x/wb/account/logout.php
===================================================================
--- branches/2.8.x/wb/account/logout.php	(revision 1267)
+++ branches/2.8.x/wb/account/logout.php	(revision 1268)
@@ -31,21 +31,15 @@
  *
  * @category        frontend
  * @package         account
- * @author          Ryan Djurovich
+ * @author          WebsiteBaker Project
  * @copyright       2004-2009, Ryan Djurovich
  * @copyright       2009-2010, Website Baker Org. e.V.
- * @filesource		$HeadURL$
- * @author          Ryan Djurovich
- * @copyright       2004-2009, Ryan Djurovich
- *
- * @author          WebsiteBaker Project
  * @link			http://www.websitebaker2.org/
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://start.websitebaker2.org/impressum-datenschutz.php
  * @license         http://www.gnu.org/licenses/gpl.html
- * @version         $Id$
  * @platform        WebsiteBaker 2.8.x
  * @requirements    PHP 4.3.4 and higher
+ * @version         $Id$
+ * @filesource		$HeadURL$
  * @lastmodified    $Date$
  *
  */
Index: branches/2.8.x/wb/account/login_form.php
===================================================================
--- branches/2.8.x/wb/account/login_form.php	(revision 1267)
+++ branches/2.8.x/wb/account/login_form.php	(revision 1268)
@@ -31,21 +31,15 @@
  *
  * @category        frontend
  * @package         account
- * @author          Ryan Djurovich
+ * @author          WebsiteBaker Project
  * @copyright       2004-2009, Ryan Djurovich
  * @copyright       2009-2010, Website Baker Org. e.V.
- * @filesource		$HeadURL$
- * @author          Ryan Djurovich
- * @copyright       2004-2009, Ryan Djurovich
- *
- * @author          WebsiteBaker Project
  * @link			http://www.websitebaker2.org/
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://start.websitebaker2.org/impressum-datenschutz.php
  * @license         http://www.gnu.org/licenses/gpl.html
- * @version         $Id$
  * @platform        WebsiteBaker 2.8.x
  * @requirements    PHP 4.3.4 and higher
+ * @version         $Id$
+ * @filesource		$HeadURL$
  * @lastmodified    $Date$
  *
  */
Index: branches/2.8.x/wb/account/forgot.php
===================================================================
--- branches/2.8.x/wb/account/forgot.php	(revision 1267)
+++ branches/2.8.x/wb/account/forgot.php	(revision 1268)
@@ -31,21 +31,15 @@
  *
  * @category        frontend
  * @package         account
- * @author          Ryan Djurovich
+ * @author          WebsiteBaker Project
  * @copyright       2004-2009, Ryan Djurovich
  * @copyright       2009-2010, Website Baker Org. e.V.
- * @filesource		$HeadURL$
- * @author          Ryan Djurovich
- * @copyright       2004-2009, Ryan Djurovich
- *
- * @author          WebsiteBaker Project
  * @link			http://www.websitebaker2.org/
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://start.websitebaker2.org/impressum-datenschutz.php
  * @license         http://www.gnu.org/licenses/gpl.html
- * @version         $Id$
  * @platform        WebsiteBaker 2.8.x
  * @requirements    PHP 4.3.4 and higher
+ * @version         $Id$
+ * @filesource		$HeadURL$
  * @lastmodified    $Date$
  *
  */
Index: branches/2.8.x/wb/account/preferences.php
===================================================================
--- branches/2.8.x/wb/account/preferences.php	(revision 1267)
+++ branches/2.8.x/wb/account/preferences.php	(revision 1268)
@@ -31,21 +31,15 @@
  *
  * @category        frontend
  * @package         account
- * @author          Ryan Djurovich
+ * @author          WebsiteBaker Project
  * @copyright       2004-2009, Ryan Djurovich
  * @copyright       2009-2010, Website Baker Org. e.V.
- * @filesource		$HeadURL$
- * @author          Ryan Djurovich
- * @copyright       2004-2009, Ryan Djurovich
- *
- * @author          WebsiteBaker Project
  * @link			http://www.websitebaker2.org/
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://start.websitebaker2.org/impressum-datenschutz.php
  * @license         http://www.gnu.org/licenses/gpl.html
- * @version         $Id$
  * @platform        WebsiteBaker 2.8.x
  * @requirements    PHP 4.3.4 and higher
+ * @version         $Id$
+ * @filesource		$HeadURL$
  * @lastmodified    $Date$
  *
  */
Index: branches/2.8.x/wb/account/password.php
===================================================================
--- branches/2.8.x/wb/account/password.php	(revision 1267)
+++ branches/2.8.x/wb/account/password.php	(revision 1268)
@@ -31,21 +31,15 @@
  *
  * @category        frontend
  * @package         account
- * @author          Ryan Djurovich
+ * @author          WebsiteBaker Project
  * @copyright       2004-2009, Ryan Djurovich
  * @copyright       2009-2010, Website Baker Org. e.V.
- * @filesource		$HeadURL$
- * @author          Ryan Djurovich
- * @copyright       2004-2009, Ryan Djurovich
- *
- * @author          WebsiteBaker Project
  * @link			http://www.websitebaker2.org/
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://start.websitebaker2.org/impressum-datenschutz.php
  * @license         http://www.gnu.org/licenses/gpl.html
- * @version         $Id$ 
  * @platform        WebsiteBaker 2.8.x
  * @requirements    PHP 4.3.4 and higher
+ * @version         $Id$
+ * @filesource		$HeadURL$
  * @lastmodified    $Date$
  *
  */
Index: branches/2.8.x/wb/account/forgot_form.php
===================================================================
--- branches/2.8.x/wb/account/forgot_form.php	(revision 1267)
+++ branches/2.8.x/wb/account/forgot_form.php	(revision 1268)
@@ -31,21 +31,15 @@
  *
  * @category        frontend
  * @package         account
- * @author          Ryan Djurovich
+ * @author          WebsiteBaker Project
  * @copyright       2004-2009, Ryan Djurovich
  * @copyright       2009-2010, Website Baker Org. e.V.
- * @filesource		$HeadURL$
- * @author          Ryan Djurovich
- * @copyright       2004-2009, Ryan Djurovich
- *
- * @author          WebsiteBaker Project
  * @link			http://www.websitebaker2.org/
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://start.websitebaker2.org/impressum-datenschutz.php
  * @license         http://www.gnu.org/licenses/gpl.html
- * @version         $Id$
  * @platform        WebsiteBaker 2.8.x
  * @requirements    PHP 4.3.4 and higher
+ * @version         $Id$
+ * @filesource		$HeadURL$
  * @lastmodified    $Date$
  *
  */
Index: branches/2.8.x/wb/account/preferences_form.php
===================================================================
--- branches/2.8.x/wb/account/preferences_form.php	(revision 1267)
+++ branches/2.8.x/wb/account/preferences_form.php	(revision 1268)
@@ -31,21 +31,15 @@
  *
  * @category        frontend
  * @package         account
- * @author          Ryan Djurovich
+ * @author          WebsiteBaker Project
  * @copyright       2004-2009, Ryan Djurovich
  * @copyright       2009-2010, Website Baker Org. e.V.
- * @filesource		$HeadURL$
- * @author          Ryan Djurovich
- * @copyright       2004-2009, Ryan Djurovich
- *
- * @author          WebsiteBaker Project
  * @link			http://www.websitebaker2.org/
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://start.websitebaker2.org/impressum-datenschutz.php
  * @license         http://www.gnu.org/licenses/gpl.html
- * @version         $Id$ 
  * @platform        WebsiteBaker 2.8.x
  * @requirements    PHP 4.3.4 and higher
+ * @version         $Id$
+ * @filesource		$HeadURL$
  * @lastmodified    $Date$
  *
  */
Index: branches/2.8.x/wb/account/details.php
===================================================================
--- branches/2.8.x/wb/account/details.php	(revision 1267)
+++ branches/2.8.x/wb/account/details.php	(revision 1268)
@@ -31,21 +31,15 @@
  *
  * @category        frontend
  * @package         account
- * @author          Ryan Djurovich
+ * @author          WebsiteBaker Project
  * @copyright       2004-2009, Ryan Djurovich
  * @copyright       2009-2010, Website Baker Org. e.V.
- * @filesource		$HeadURL$
- * @author          Ryan Djurovich
- * @copyright       2004-2009, Ryan Djurovich
- *
- * @author          WebsiteBaker Project
  * @link			http://www.websitebaker2.org/
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://start.websitebaker2.org/impressum-datenschutz.php
  * @license         http://www.gnu.org/licenses/gpl.html
- * @version         $Id$
  * @platform        WebsiteBaker 2.8.x
  * @requirements    PHP 4.3.4 and higher
+ * @version         $Id$
+ * @filesource		$HeadURL$
  * @lastmodified    $Date$
  *
  */
Index: branches/2.8.x/wb/account/signup.php
===================================================================
--- branches/2.8.x/wb/account/signup.php	(revision 1267)
+++ branches/2.8.x/wb/account/signup.php	(revision 1268)
@@ -31,21 +31,15 @@
  *
  * @category        frontend
  * @package         account
- * @author          Ryan Djurovich
+ * @author          WebsiteBaker Project
  * @copyright       2004-2009, Ryan Djurovich
  * @copyright       2009-2010, Website Baker Org. e.V.
- * @filesource		$HeadURL$
- * @author          Ryan Djurovich
- * @copyright       2004-2009, Ryan Djurovich
- *
- * @author          WebsiteBaker Project
  * @link			http://www.websitebaker2.org/
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://start.websitebaker2.org/impressum-datenschutz.php
  * @license         http://www.gnu.org/licenses/gpl.html
- * @version         $Id$
  * @platform        WebsiteBaker 2.8.x
  * @requirements    PHP 4.3.4 and higher
+ * @version         $Id$
+ * @filesource		$HeadURL$
  * @lastmodified    $Date$
  *
  */
Index: branches/2.8.x/wb/account/email.php
===================================================================
--- branches/2.8.x/wb/account/email.php	(revision 1267)
+++ branches/2.8.x/wb/account/email.php	(revision 1268)
@@ -31,21 +31,15 @@
  *
  * @category        frontend
  * @package         account
- * @author          Ryan Djurovich
+ * @author          WebsiteBaker Project
  * @copyright       2004-2009, Ryan Djurovich
  * @copyright       2009-2010, Website Baker Org. e.V.
- * @filesource		$HeadURL$
- * @author          Ryan Djurovich
- * @copyright       2004-2009, Ryan Djurovich
- *
- * @author          WebsiteBaker Project
  * @link			http://www.websitebaker2.org/
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://start.websitebaker2.org/impressum-datenschutz.php
  * @license         http://www.gnu.org/licenses/gpl.html
- * @version         $Id$
  * @platform        WebsiteBaker 2.8.x
  * @requirements    PHP 4.3.4 and higher
+ * @version         $Id$
+ * @filesource		$HeadURL$
  * @lastmodified    $Date$
  *
  */
Index: branches/2.8.x/wb/account/index.php
===================================================================
--- branches/2.8.x/wb/account/index.php	(revision 1267)
+++ branches/2.8.x/wb/account/index.php	(revision 1268)
@@ -31,21 +31,15 @@
  *
  * @category        frontend
  * @package         account
- * @author          Ryan Djurovich
+ * @author          WebsiteBaker Project
  * @copyright       2004-2009, Ryan Djurovich
  * @copyright       2009-2010, Website Baker Org. e.V.
- * @filesource		$HeadURL$
- * @author          Ryan Djurovich
- * @copyright       2004-2009, Ryan Djurovich
- *
- * @author          WebsiteBaker Project
  * @link			http://www.websitebaker2.org/
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://start.websitebaker2.org/impressum-datenschutz.php
  * @license         http://www.gnu.org/licenses/gpl.html
- * @version         $Id$
  * @platform        WebsiteBaker 2.8.x
  * @requirements    PHP 4.3.4 and higher
+ * @version         $Id$
+ * @filesource		$HeadURL$
  * @lastmodified    $Date$
  *
  */
Index: branches/2.8.x/wb/account/signup2.php
===================================================================
--- branches/2.8.x/wb/account/signup2.php	(revision 1267)
+++ branches/2.8.x/wb/account/signup2.php	(revision 1268)
@@ -31,21 +31,15 @@
  *
  * @category        frontend
  * @package         account
- * @author          Ryan Djurovich
+ * @author          WebsiteBaker Project
  * @copyright       2004-2009, Ryan Djurovich
  * @copyright       2009-2010, Website Baker Org. e.V.
- * @filesource		$HeadURL$
- * @author          Ryan Djurovich
- * @copyright       2004-2009, Ryan Djurovich
- *
- * @author          WebsiteBaker Project
  * @link			http://www.websitebaker2.org/
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://start.websitebaker2.org/impressum-datenschutz.php
  * @license         http://www.gnu.org/licenses/gpl.html
- * @version         $Id$
  * @platform        WebsiteBaker 2.8.x
  * @requirements    PHP 4.3.4 and higher
+ * @version         $Id$
+ * @filesource		$HeadURL$
  * @lastmodified    $Date$
  *
  */
Index: branches/2.8.x/wb/account/login.php
===================================================================
--- branches/2.8.x/wb/account/login.php	(revision 1267)
+++ branches/2.8.x/wb/account/login.php	(revision 1268)
@@ -31,21 +31,15 @@
  *
  * @category        frontend
  * @package         account
- * @author          Ryan Djurovich
+ * @author          WebsiteBaker Project
  * @copyright       2004-2009, Ryan Djurovich
  * @copyright       2009-2010, Website Baker Org. e.V.
- * @filesource		$HeadURL$
- * @author          Ryan Djurovich
- * @copyright       2004-2009, Ryan Djurovich
- *
- * @author          WebsiteBaker Project
  * @link			http://www.websitebaker2.org/
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://start.websitebaker2.org/impressum-datenschutz.php
  * @license         http://www.gnu.org/licenses/gpl.html
- * @version         $Id$ 
  * @platform        WebsiteBaker 2.8.x
  * @requirements    PHP 4.3.4 and higher
+ * @version         $Id$
+ * @filesource		$HeadURL$
  * @lastmodified    $Date$
  *
  */
Index: branches/2.8.x/wb/account/signup_form.php
===================================================================
--- branches/2.8.x/wb/account/signup_form.php	(revision 1267)
+++ branches/2.8.x/wb/account/signup_form.php	(revision 1268)
@@ -31,21 +31,15 @@
  *
  * @category        frontend
  * @package         account
- * @author          Ryan Djurovich
+ * @author          WebsiteBaker Project
  * @copyright       2004-2009, Ryan Djurovich
  * @copyright       2009-2010, Website Baker Org. e.V.
- * @filesource		$HeadURL$
- * @author          Ryan Djurovich
- * @copyright       2004-2009, Ryan Djurovich
- *
- * @author          WebsiteBaker Project
  * @link			http://www.websitebaker2.org/
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://start.websitebaker2.org/impressum-datenschutz.php
  * @license         http://www.gnu.org/licenses/gpl.html
- * @version         $Id$
  * @platform        WebsiteBaker 2.8.x
  * @requirements    PHP 4.3.4 and higher
+ * @version         $Id$
+ * @filesource		$HeadURL$
  * @lastmodified    $Date$
  *
  */
Index: branches/2.8.x/wb/search/search.php
===================================================================
--- branches/2.8.x/wb/search/search.php	(revision 1267)
+++ branches/2.8.x/wb/search/search.php	(revision 1268)
@@ -31,21 +31,15 @@
  *
  * @category        frontend
  * @package         search
- * @author          Ryan Djurovich
+ * @author          WebsiteBaker Project
  * @copyright       2004-2009, Ryan Djurovich
  * @copyright       2009-2010, Website Baker Org. e.V.
- * @filesource		$HeadURL$
- * @author          Ryan Djurovich
- * @copyright       2004-2009, Ryan Djurovich
- *
- * @author          WebsiteBaker Project
  * @link			http://www.websitebaker2.org/
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://start.websitebaker2.org/impressum-datenschutz.php
  * @license         http://www.gnu.org/licenses/gpl.html
- * @version         $Id$
  * @platform        WebsiteBaker 2.8.x
  * @requirements    PHP 4.3.4 and higher
+ * @version         $Id$
+ * @filesource		$HeadURL$
  * @lastmodified    $Date$
  *
  */
Index: branches/2.8.x/wb/search/search_convert.php
===================================================================
--- branches/2.8.x/wb/search/search_convert.php	(revision 1267)
+++ branches/2.8.x/wb/search/search_convert.php	(revision 1268)
@@ -33,21 +33,15 @@
  *
  * @category        frontend
  * @package         search
- * @author          Ryan Djurovich
+ * @author          WebsiteBaker Project
  * @copyright       2004-2009, Ryan Djurovich
  * @copyright       2009-2010, Website Baker Org. e.V.
- * @filesource		$HeadURL$
- * @author          Ryan Djurovich
- * @copyright       2004-2009, Ryan Djurovich
- *
- * @author          WebsiteBaker Project
  * @link			http://www.websitebaker2.org/
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://start.websitebaker2.org/impressum-datenschutz.php
  * @license         http://www.gnu.org/licenses/gpl.html
- * @version         $Id$
  * @platform        WebsiteBaker 2.8.x
  * @requirements    PHP 4.3.4 and higher
+ * @version         $Id$
+ * @filesource		$HeadURL$
  * @lastmodified    $Date$
  *
  */
Index: branches/2.8.x/wb/search/search_modext.php
===================================================================
--- branches/2.8.x/wb/search/search_modext.php	(revision 1267)
+++ branches/2.8.x/wb/search/search_modext.php	(revision 1268)
@@ -31,21 +31,15 @@
  *
  * @category        frontend
  * @package         search
- * @author          Ryan Djurovich
+ * @author          WebsiteBaker Project
  * @copyright       2004-2009, Ryan Djurovich
  * @copyright       2009-2010, Website Baker Org. e.V.
- * @filesource		$HeadURL$
- * @author          Ryan Djurovich
- * @copyright       2004-2009, Ryan Djurovich
- *
- * @author          WebsiteBaker Project
  * @link			http://www.websitebaker2.org/
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://start.websitebaker2.org/impressum-datenschutz.php
  * @license         http://www.gnu.org/licenses/gpl.html
- * @version         $Id$
  * @platform        WebsiteBaker 2.8.x
  * @requirements    PHP 4.3.4 and higher
+ * @version         $Id$
+ * @filesource		$HeadURL$
  * @lastmodified    $Date$
  *
  */
Index: branches/2.8.x/wb/search/index.php
===================================================================
--- branches/2.8.x/wb/search/index.php	(revision 1267)
+++ branches/2.8.x/wb/search/index.php	(revision 1268)
@@ -31,21 +31,15 @@
  *
  * @category        frontend
  * @package         search
- * @author          Ryan Djurovich
+ * @author          WebsiteBaker Project
  * @copyright       2004-2009, Ryan Djurovich
  * @copyright       2009-2010, Website Baker Org. e.V.
- * @filesource		$HeadURL$
- * @author          Ryan Djurovich
- * @copyright       2004-2009, Ryan Djurovich
- *
- * @author          WebsiteBaker Project
  * @link			http://www.websitebaker2.org/
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://start.websitebaker2.org/impressum-datenschutz.php
  * @license         http://www.gnu.org/licenses/gpl.html
- * @version         $Id$
  * @platform        WebsiteBaker 2.8.x
  * @requirements    PHP 4.3.4 and higher
+ * @version         $Id$
+ * @filesource		$HeadURL$
  * @lastmodified    $Date$
  *
  */
Index: branches/2.8.x/wb/modules/fckeditor/info.php
===================================================================
--- branches/2.8.x/wb/modules/fckeditor/info.php	(revision 1267)
+++ branches/2.8.x/wb/modules/fckeditor/info.php	(revision 1268)
@@ -139,21 +139,15 @@
  *
  * @category        modules
  * @package         wysiwyg
- * @author          Ryan Djurovich
+ * @author          WebsiteBaker Project
  * @copyright       2004-2009, Ryan Djurovich
  * @copyright       2009-2010, Website Baker Org. e.V.
- * @filesource		$HeadURL$
- * @author          Ryan Djurovich
- * @copyright       2004-2009, Ryan Djurovich
- *
- * @author          WebsiteBaker Project
  * @link			http://www.websitebaker2.org/
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://start.websitebaker2.org/impressum-datenschutz.php
  * @license         http://www.gnu.org/licenses/gpl.html
- * @version         $Id$
  * @platform        WebsiteBaker 2.8.x
  * @requirements    PHP 4.3.4 and higher
+ * @version         $Id$
+ * @filesource		$HeadURL$
  * @lastmodified    $Date$
  *
  */
Index: branches/2.8.x/wb/modules/news/info.php
===================================================================
--- branches/2.8.x/wb/modules/news/info.php	(revision 1267)
+++ branches/2.8.x/wb/modules/news/info.php	(revision 1268)
@@ -31,21 +31,15 @@
  *
  * @category        modules
  * @package         news
- * @author          Ryan Djurovich
+ * @author          WebsiteBaker Project
  * @copyright       2004-2009, Ryan Djurovich
  * @copyright       2009-2010, Website Baker Org. e.V.
- * @filesource		$HeadURL$
- * @author          Ryan Djurovich
- * @copyright       2004-2009, Ryan Djurovich
- *
- * @author          WebsiteBaker Project
  * @link			http://www.websitebaker2.org/
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://start.websitebaker2.org/impressum-datenschutz.php
  * @license         http://www.gnu.org/licenses/gpl.html
- * @version         $Id$
  * @platform        WebsiteBaker 2.8.x
  * @requirements    PHP 4.3.4 and higher
+ * @version         $Id$
+ * @filesource		$HeadURL$
  * @lastmodified    $Date$
  *
  */
Index: branches/2.8.x/wb/modules/news/view.php
===================================================================
--- branches/2.8.x/wb/modules/news/view.php	(revision 1267)
+++ branches/2.8.x/wb/modules/news/view.php	(revision 1268)
@@ -31,21 +31,15 @@
  *
  * @category        modules
  * @package         news
- * @author          Ryan Djurovich
+ * @author          WebsiteBaker Project
  * @copyright       2004-2009, Ryan Djurovich
  * @copyright       2009-2010, Website Baker Org. e.V.
- * @filesource		$HeadURL$
- * @author          Ryan Djurovich
- * @copyright       2004-2009, Ryan Djurovich
- *
- * @author          WebsiteBaker Project
  * @link			http://www.websitebaker2.org/
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://start.websitebaker2.org/impressum-datenschutz.php
  * @license         http://www.gnu.org/licenses/gpl.html
- * @version         $Id$
  * @platform        WebsiteBaker 2.8.x
  * @requirements    PHP 4.3.4 and higher
+ * @version         $Id$
+ * @filesource		$HeadURL$
  * @lastmodified    $Date$
  *
  */
Index: branches/2.8.x/wb/modules/news/upgrade.php
===================================================================
--- branches/2.8.x/wb/modules/news/upgrade.php	(revision 1267)
+++ branches/2.8.x/wb/modules/news/upgrade.php	(revision 1268)
@@ -31,21 +31,15 @@
  *
  * @category        modules
  * @package         news
- * @author          Ryan Djurovich
+ * @author          WebsiteBaker Project
  * @copyright       2004-2009, Ryan Djurovich
  * @copyright       2009-2010, Website Baker Org. e.V.
- * @filesource		$HeadURL$
- * @author          Ryan Djurovich
- * @copyright       2004-2009, Ryan Djurovich
- *
- * @author          WebsiteBaker Project
  * @link			http://www.websitebaker2.org/
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://start.websitebaker2.org/impressum-datenschutz.php
  * @license         http://www.gnu.org/licenses/gpl.html
- * @version         $Id$
  * @platform        WebsiteBaker 2.8.x
  * @requirements    PHP 4.3.4 and higher
+ * @version         $Id$
+ * @filesource		$HeadURL$
  * @lastmodified    $Date$
  *
  */
Index: branches/2.8.x/wb/modules/news/modify_post.php
===================================================================
--- branches/2.8.x/wb/modules/news/modify_post.php	(revision 1267)
+++ branches/2.8.x/wb/modules/news/modify_post.php	(revision 1268)
@@ -31,21 +31,15 @@
  *
  * @category        modules
  * @package         news
- * @author          Ryan Djurovich
+ * @author          WebsiteBaker Project
  * @copyright       2004-2009, Ryan Djurovich
  * @copyright       2009-2010, Website Baker Org. e.V.
- * @filesource		$HeadURL$
- * @author          Ryan Djurovich
- * @copyright       2004-2009, Ryan Djurovich
- *
- * @author          WebsiteBaker Project
  * @link			http://www.websitebaker2.org/
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://start.websitebaker2.org/impressum-datenschutz.php
  * @license         http://www.gnu.org/licenses/gpl.html
- * @version         $Id$
  * @platform        WebsiteBaker 2.8.x
  * @requirements    PHP 4.3.4 and higher
+ * @version         $Id$
+ * @filesource		$HeadURL$
  * @lastmodified    $Date$
  *
  */
Index: branches/2.8.x/wb/modules/news/save_post.php
===================================================================
--- branches/2.8.x/wb/modules/news/save_post.php	(revision 1267)
+++ branches/2.8.x/wb/modules/news/save_post.php	(revision 1268)
@@ -31,21 +31,15 @@
  *
  * @category        modules
  * @package         news
- * @author          Ryan Djurovich
+ * @author          WebsiteBaker Project
  * @copyright       2004-2009, Ryan Djurovich
  * @copyright       2009-2010, Website Baker Org. e.V.
- * @filesource		$HeadURL$
- * @author          Ryan Djurovich
- * @copyright       2004-2009, Ryan Djurovich
- *
- * @author          WebsiteBaker Project
  * @link			http://www.websitebaker2.org/
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://start.websitebaker2.org/impressum-datenschutz.php
  * @license         http://www.gnu.org/licenses/gpl.html
- * @version         $Id$
  * @platform        WebsiteBaker 2.8.x
  * @requirements    PHP 4.3.4 and higher
+ * @version         $Id$
+ * @filesource		$HeadURL$
  * @lastmodified    $Date$
  *
  */
Index: branches/2.8.x/wb/modules/news/languages/NL.php
===================================================================
--- branches/2.8.x/wb/modules/news/languages/NL.php	(revision 1267)
+++ branches/2.8.x/wb/modules/news/languages/NL.php	(revision 1268)
@@ -31,21 +31,15 @@
  *
  * @category        modules
  * @package         news
- * @author          Ryan Djurovich
+ * @author          WebsiteBaker Project
  * @copyright       2004-2009, Ryan Djurovich
  * @copyright       2009-2010, Website Baker Org. e.V.
- * @filesource		$HeadURL$
- * @author          Ryan Djurovich
- * @copyright       2004-2009, Ryan Djurovich
- *
- * @author          WebsiteBaker Project
  * @link			http://www.websitebaker2.org/
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://start.websitebaker2.org/impressum-datenschutz.php
  * @license         http://www.gnu.org/licenses/gpl.html
- * @version         $Id$ 
  * @platform        WebsiteBaker 2.8.x
  * @requirements    PHP 4.3.4 and higher
+ * @version         $Id$
+ * @filesource		$HeadURL$
  * @lastmodified    $Date$
  *
  */
Index: branches/2.8.x/wb/modules/news/languages/NO.php
===================================================================
--- branches/2.8.x/wb/modules/news/languages/NO.php	(revision 1267)
+++ branches/2.8.x/wb/modules/news/languages/NO.php	(revision 1268)
@@ -31,21 +31,15 @@
  *
  * @category        modules
  * @package         news
- * @author          Ryan Djurovich
+ * @author          WebsiteBaker Project
  * @copyright       2004-2009, Ryan Djurovich
  * @copyright       2009-2010, Website Baker Org. e.V.
- * @filesource		$HeadURL$
- * @author          Ryan Djurovich
- * @copyright       2004-2009, Ryan Djurovich
- *
- * @author          WebsiteBaker Project
  * @link			http://www.websitebaker2.org/
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://start.websitebaker2.org/impressum-datenschutz.php
  * @license         http://www.gnu.org/licenses/gpl.html
- * @version         $Id$
  * @platform        WebsiteBaker 2.8.x
  * @requirements    PHP 4.3.4 and higher
+ * @version         $Id$
+ * @filesource		$HeadURL$
  * @lastmodified    $Date$
  *
  */
Index: branches/2.8.x/wb/modules/news/languages/EN.php
===================================================================
--- branches/2.8.x/wb/modules/news/languages/EN.php	(revision 1267)
+++ branches/2.8.x/wb/modules/news/languages/EN.php	(revision 1268)
@@ -31,21 +31,15 @@
  *
  * @category        modules
  * @package         news
- * @author          Ryan Djurovich
+ * @author          WebsiteBaker Project
  * @copyright       2004-2009, Ryan Djurovich
  * @copyright       2009-2010, Website Baker Org. e.V.
- * @filesource		$HeadURL$
- * @author          Ryan Djurovich
- * @copyright       2004-2009, Ryan Djurovich
- *
- * @author          WebsiteBaker Project
  * @link			http://www.websitebaker2.org/
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://start.websitebaker2.org/impressum-datenschutz.php
  * @license         http://www.gnu.org/licenses/gpl.html
- * @version         $Id$
  * @platform        WebsiteBaker 2.8.x
  * @requirements    PHP 4.3.4 and higher
+ * @version         $Id$
+ * @filesource		$HeadURL$
  * @lastmodified    $Date$
  *
  */
Index: branches/2.8.x/wb/modules/news/languages/DA.php
===================================================================
--- branches/2.8.x/wb/modules/news/languages/DA.php	(revision 1267)
+++ branches/2.8.x/wb/modules/news/languages/DA.php	(revision 1268)
@@ -31,21 +31,15 @@
  *
  * @category        modules
  * @package         news
- * @author          Ryan Djurovich
+ * @author          WebsiteBaker Project
  * @copyright       2004-2009, Ryan Djurovich
  * @copyright       2009-2010, Website Baker Org. e.V.
- * @filesource		$HeadURL$
- * @author          Ryan Djurovich
- * @copyright       2004-2009, Ryan Djurovich
- *
- * @author          WebsiteBaker Project
  * @link			http://www.websitebaker2.org/
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://start.websitebaker2.org/impressum-datenschutz.php
  * @license         http://www.gnu.org/licenses/gpl.html
- * @version         $Id$
  * @platform        WebsiteBaker 2.8.x
  * @requirements    PHP 4.3.4 and higher
+ * @version         $Id$
+ * @filesource		$HeadURL$
  * @lastmodified    $Date$
  *
  */
Index: branches/2.8.x/wb/modules/news/languages/RU.php
===================================================================
--- branches/2.8.x/wb/modules/news/languages/RU.php	(revision 1267)
+++ branches/2.8.x/wb/modules/news/languages/RU.php	(revision 1268)
@@ -31,21 +31,15 @@
  *
  * @category        modules
  * @package         news
- * @author          Ryan Djurovich
+ * @author          WebsiteBaker Project
  * @copyright       2004-2009, Ryan Djurovich
  * @copyright       2009-2010, Website Baker Org. e.V.
- * @filesource		$HeadURL$
- * @author          Ryan Djurovich
- * @copyright       2004-2009, Ryan Djurovich
- *
- * @author          WebsiteBaker Project
  * @link			http://www.websitebaker2.org/
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://start.websitebaker2.org/impressum-datenschutz.php
  * @license         http://www.gnu.org/licenses/gpl.html
- * @version         $Id$
  * @platform        WebsiteBaker 2.8.x
  * @requirements    PHP 4.3.4 and higher
+ * @version         $Id$
+ * @filesource		$HeadURL$
  * @lastmodified    $Date$
  *
  */
Index: branches/2.8.x/wb/modules/news/languages/FR.php
===================================================================
--- branches/2.8.x/wb/modules/news/languages/FR.php	(revision 1267)
+++ branches/2.8.x/wb/modules/news/languages/FR.php	(revision 1268)
@@ -31,21 +31,15 @@
  *
  * @category        modules
  * @package         news
- * @author          Ryan Djurovich
+ * @author          WebsiteBaker Project
  * @copyright       2004-2009, Ryan Djurovich
  * @copyright       2009-2010, Website Baker Org. e.V.
- * @filesource		$HeadURL$
- * @author          Ryan Djurovich
- * @copyright       2004-2009, Ryan Djurovich
- *
- * @author          WebsiteBaker Project
  * @link			http://www.websitebaker2.org/
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://start.websitebaker2.org/impressum-datenschutz.php
  * @license         http://www.gnu.org/licenses/gpl.html
- * @version         $Id$ 
  * @platform        WebsiteBaker 2.8.x
  * @requirements    PHP 4.3.4 and higher
+ * @version         $Id$
+ * @filesource		$HeadURL$
  * @lastmodified    $Date$
  *
  */
Index: branches/2.8.x/wb/modules/news/languages/index.php
===================================================================
--- branches/2.8.x/wb/modules/news/languages/index.php	(revision 1267)
+++ branches/2.8.x/wb/modules/news/languages/index.php	(revision 1268)
@@ -31,21 +31,15 @@
  *
  * @category        modules
  * @package         news
- * @author          Ryan Djurovich
+ * @author          WebsiteBaker Project
  * @copyright       2004-2009, Ryan Djurovich
  * @copyright       2009-2010, Website Baker Org. e.V.
- * @filesource		$HeadURL$
- * @author          Ryan Djurovich
- * @copyright       2004-2009, Ryan Djurovich
- *
- * @author          WebsiteBaker Project
  * @link			http://www.websitebaker2.org/
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://start.websitebaker2.org/impressum-datenschutz.php
  * @license         http://www.gnu.org/licenses/gpl.html
- * @version         $Id$
  * @platform        WebsiteBaker 2.8.x
  * @requirements    PHP 4.3.4 and higher
+ * @version         $Id$
+ * @filesource		$HeadURL$
  * @lastmodified    $Date$
  *
  */
Index: branches/2.8.x/wb/modules/news/languages/DE.php
===================================================================
--- branches/2.8.x/wb/modules/news/languages/DE.php	(revision 1267)
+++ branches/2.8.x/wb/modules/news/languages/DE.php	(revision 1268)
@@ -31,21 +31,15 @@
  *
  * @category        modules
  * @package         news
- * @author          Ryan Djurovich
+ * @author          WebsiteBaker Project
  * @copyright       2004-2009, Ryan Djurovich
  * @copyright       2009-2010, Website Baker Org. e.V.
- * @filesource		$HeadURL$
- * @author          Ryan Djurovich
- * @copyright       2004-2009, Ryan Djurovich
- *
- * @author          WebsiteBaker Project
  * @link			http://www.websitebaker2.org/
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://start.websitebaker2.org/impressum-datenschutz.php
  * @license         http://www.gnu.org/licenses/gpl.html
- * @version         $Id$
  * @platform        WebsiteBaker 2.8.x
  * @requirements    PHP 4.3.4 and higher
+ * @version         $Id$
+ * @filesource		$HeadURL$
  * @lastmodified    $Date$
  *
  */
