Browse Source

These files are no longer needed after icon theme mgmt has been moved to conf.pl

stevetruckstuff 19 years ago
parent
commit
77bb3b1b3e

+ 0 - 19
images/themes/none/index.php

@@ -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');
-
-?>

+ 0 - 12
images/themes/none/theme.php

@@ -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');

+ 0 - 18
images/themes/template/index.php

@@ -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');
-
-?>

+ 0 - 12
images/themes/template/theme.php

@@ -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');