[ Index ]
 

Code source de e107 0.7.8

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/e107_admin/ -> theme.php (source)

   1  <?php
   2  /*
   3  + ----------------------------------------------------------------------------+
   4  |     e107 website system
   5  |
   6  |     ©Steve Dunstan 2001-2002
   7  |     http://e107.org
   8  |     jalist@e107.org
   9  |
  10  |     Released under the terms and conditions of the
  11  |     GNU General Public License (http://gnu.org).
  12  |
  13  |     $Source: /cvsroot/e107/e107_0.7/e107_admin/theme.php,v $
  14  |     $Revision: 1.2 $
  15  |     $Date: 2005/03/15 12:08:01 $
  16  |     $Author: stevedunstan $
  17  +----------------------------------------------------------------------------+
  18  */
  19  
  20  require_once ("../class2.php");
  21  if (!getperms("1")) {
  22      header("location:".e_BASE."index.php");
  23      exit;
  24  }
  25  $e_sub_cat = 'theme_manage';
  26  
  27  require_once ("auth.php");
  28  
  29  require_once(e_HANDLER."theme_handler.php");
  30  $themec = new themeHandler;
  31  
  32  
  33  
  34  $themec -> showThemes();
  35  require_once ("footer.php");
  36  
  37  
  38  
  39  ?>


Généré le : Sun Apr 1 01:23:32 2007 par Balluche grâce à PHPXref 0.7