浏览代码

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

stevetruckstuff 19 年之前
父节点
当前提交
77bb3b1b3e
共有 4 个文件被更改,包括 0 次插入61 次删除
  1. 0 19
      images/themes/none/index.php
  2. 0 12
      images/themes/none/theme.php
  3. 0 18
      images/themes/template/index.php
  4. 0 12
      images/themes/template/theme.php

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