Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 693)
+++ trunk/CHANGELOG	(revision 694)
@@ -14,6 +14,7 @@
 10-Feb-2008 Thomas Hornik
 #	CAPTCHA: Wrong text for calc_ttf-captcha. 
 10-Feb-2008 Christian Sommer
+-	removed all stuff other than page_content from the blank template
 !	adapted color for onmouseover effect
 !	added disclaimer to the upgrade-script as the script is not sufficiently tested yet
 !	made Website Header field in Settings visible per default
Index: trunk/wb/templates/blank/screen.css
===================================================================
--- trunk/wb/templates/blank/screen.css	(revision 693)
+++ trunk/wb/templates/blank/screen.css	(nonexistent)
@@ -1,11 +0,0 @@
-* { padding: 0; margin: 0; }
-
-body {
-  color: #444; 
-  font-size: 81.25%; 
-  font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Sans-Serif;
-  margin-left: 1em;
-  margin-top: 1em;
-}
-
-ul { margin-left: 1em; }
\ No newline at end of file
Index: trunk/wb/templates/blank/index.php
===================================================================
--- trunk/wb/templates/blank/index.php	(revision 693)
+++ trunk/wb/templates/blank/index.php	(revision 694)
@@ -28,38 +28,6 @@
 	exit(0);
 }
 
-?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-<title><?php page_title(); ?></title>
-<meta http-equiv="Content-Type" content="text/html; charset=<?php if(defined('DEFAULT_CHARSET')) { echo DEFAULT_CHARSET; } else { echo 'utf-8'; }?>" />
-<meta name="description" content="<?php page_description(); ?>" />
-<meta name="keywords" content="<?php page_keywords(); ?>" />
-<link href="<?php echo TEMPLATE_DIR; ?>/screen.css" rel="stylesheet" type="text/css" media="screen" />
-<?php
-// this allows to include the optional module files (frontend.css, frontend.js) into the head section
-if(function_exists('register_frontend_modfiles')) {
-  register_frontend_modfiles('css');
-  register_frontend_modfiles('js');
-} ?>
-<?php 
-// this allows to add custom information to the head section of your template (WB-->Settings-->Website Header)
-echo WEBSITE_HEADER; 
-?>
-</head>
+page_content();
 
-
-<body>
-<?php 
-	// display menu
-	show_menu();
-	
-	// display page content
-	page_content(); 
-	
-	// display website footer
-	page_footer();
-?>
-</body>
-</html>
\ No newline at end of file
+?>
\ No newline at end of file
