Index: trunk/wb/templates/allcss/index.php
===================================================================
--- trunk/wb/templates/allcss/index.php	(revision 394)
+++ trunk/wb/templates/allcss/index.php	(revision 395)
@@ -23,6 +23,11 @@
 
 */
 
+if(!defined('WB_URL')) {
+	header('Location: ../index.php');
+	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">
Index: trunk/wb/templates/blank/index.php
===================================================================
--- trunk/wb/templates/blank/index.php	(revision 394)
+++ trunk/wb/templates/blank/index.php	(revision 395)
@@ -23,6 +23,11 @@
 
 */
 
+if(!defined('WB_URL')) {
+	header('Location: ../index.php');
+	exit(0);
+}
+
 page_content();
 
 ?>
\ No newline at end of file
Index: trunk/wb/templates/round/index.php
===================================================================
--- trunk/wb/templates/round/index.php	(revision 394)
+++ trunk/wb/templates/round/index.php	(revision 395)
@@ -23,6 +23,11 @@
 
 */
 
+if(!defined('WB_URL')) {
+	header('Location: ../index.php');
+	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">
Index: trunk/wb/templates/simple/index.php
===================================================================
--- trunk/wb/templates/simple/index.php	(revision 394)
+++ trunk/wb/templates/simple/index.php	(revision 395)
@@ -1,6 +1,6 @@
 <?php
 
-// $Id: index.php,v 1.4 2005/04/15 06:38:13 rdjurovich Exp $
+// $Id$
 
 /*
 
@@ -23,6 +23,11 @@
 
 */
 
+if(!defined('WB_URL')) {
+	header('Location: ../index.php');
+	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">
