New icon theming. Also added basic template for left_main.php
[squirrelmail.git] / images / themes / default / theme.php
index 46aef7591fd2826d1a204d239c25e9ba3d268989..13e5aed695e6f6f0aff7f8bf9619d8e9969b806d 100644 (file)
@@ -1,9 +1,13 @@
 <?php
 <?php
+
 /**
  * Theme description
  *
 /**
  * Theme description
  *
+ * @copyright &copy; 2004-2006 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
  * @package squirrelmail
  * @subpackage themes
  */
  * @package squirrelmail
  * @subpackage themes
  */
-    $icon_themes[] = array('NAME'=>_("Default"),'PATH'=> 'default');
-?>
+    $icon_themes[] = array('NAME'=>_("Default"),'PATH'=> SM_PATH.'images/');
+?>
\ No newline at end of file