includes/pageprocess.php
changeset 16 64e0d3d4cf14
parent 15 ad5986a53197
child 21 663fcf528726
--- a/includes/pageprocess.php	Sat Jun 23 09:55:58 2007 -0400
+++ b/includes/pageprocess.php	Sat Jun 23 10:16:53 2007 -0400
@@ -1,7 +1,7 @@
 <?php
 /*
  * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between
- * Version 1.0 (Banshee)
+ * Version 1.0 release candidate 3 (Druid)
  * pageprocess.php - intelligent retrieval of pages
  * Copyright (C) 2006-2007 Dan Fuhry
  *
@@ -384,7 +384,8 @@
     {
       display_page_headers();
     }
-    
+   
+    /*
     // Start left sidebar: basic user info, latest comments
     
     echo '<table border="0" cellspacing="4" cellpadding="0" style="width: 100%;">';
@@ -399,6 +400,7 @@
           </div>';
     
     echo '</td><td>';
+    */
     
     // User's own content
     
@@ -414,6 +416,8 @@
       $this->err_page_not_existent();
     }
     
+    /*
+    
     // Right sidebar
     
     echo '</td><td style="width: 150px;">';
@@ -433,6 +437,8 @@
       display_page_footers();
     }
     
+    */
+    
     $this->send_headers = $send_headers;
     unset($send_headers);