فهرست منبع

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