--- a/index.php Fri Nov 09 11:15:06 2007 -0500
+++ b/index.php Fri Nov 09 11:18:54 2007 -0500
@@ -1,6 +1,6 @@
<?php
-/*
+/**
* Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between
* Version 1.0.2 (Coblynau)
* Copyright (C) 2006-2007 Dan Fuhry
@@ -11,8 +11,11 @@
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
*
+ * @package Enano
+ * @subpackage Frontend
+ *
*/
-
+
// Set up gzip encoding before any output is sent
$aggressive_optimize_html = false;