index.php
changeset 246 c9fd175289aa
parent 183 91127e62f38f
child 248 ed13b72b13cc
child 256 62ee6685ad18
--- a/index.php	Mon Nov 05 20:00:41 2007 -0500
+++ b/index.php	Fri Nov 09 11:14:20 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 = true;