These files are no longer needed after icon theme mgmt has been moved to conf.pl
authorstevetruckstuff <stevetruckstuff@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 2 Oct 2006 21:23:42 +0000 (21:23 +0000)
committerstevetruckstuff <stevetruckstuff@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 2 Oct 2006 21:23:42 +0000 (21:23 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11817 7612ce4b-ef26-0410-bec9-ea0150e637f0

images/themes/none/index.php [deleted file]
images/themes/none/theme.php [deleted file]
images/themes/template/index.php [deleted file]
images/themes/template/theme.php [deleted file]

diff --git a/images/themes/none/index.php b/images/themes/none/index.php
deleted file mode 100644 (file)
index 077728c..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php
-
-/**
- * index.php
- *
- * This file simply takes any attempt to view source files and sends those
- * people to the login screen. At this point no attempt is made to see if the
- * person is logged in or not.
- *
- * @copyright &copy; 1999-2006 The SquirrelMail Project Team
- * @license http://opensource.org/licenses/gpl-license.php GNU Public License
- * @version $Id$
- * @package squirrelmail
- * @subpackage themes
- */
-
-header('Location: ../index.php');
-
-?>
\ No newline at end of file
diff --git a/images/themes/none/theme.php b/images/themes/none/theme.php
deleted file mode 100644 (file)
index 6aa73da..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-
-/**
- * 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
- */
-$icon_themes[] = array('NAME'=>_("None"),'PATH'=> 'none');
diff --git a/images/themes/template/index.php b/images/themes/template/index.php
deleted file mode 100644 (file)
index 007b4c4..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-/**
- * index.php
- *
- * This file simply takes any attempt to view source files and sends those
- * people to the login screen. At this point no attempt is made to see if the
- * person is logged in or not.
- *
- * @copyright &copy; 1999-2006 The SquirrelMail Project Team
- * @license http://opensource.org/licenses/gpl-license.php GNU Public License
- * @version $Id$
- * @package squirrelmail
- * @subpackage themes
- */
-
-header('Location: ../index.php');
-
-?>
\ No newline at end of file
diff --git a/images/themes/template/theme.php b/images/themes/template/theme.php
deleted file mode 100644 (file)
index 424f1e1..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-
-/**
- * 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
- */
-$icon_themes[] = array('NAME'=>_("Template Default"),'PATH'=> 'template');