home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / tsw / TSW_3.4.0.exe / Apache2 / admin / css.php < prev    next >
Encoding:
PHP Script  |  2003-02-23  |  843 b   |  30 lines

  1. <?php
  2. /////////////////////////////////////////////////////////
  3. //    
  4. //    source/main.php
  5. //
  6. //    (C)Copyright 2000-2002 Ryo Chijiiwa <Ryo@IlohaMail.org>
  7. //
  8. //        This file is part of IlohaMail.
  9. //        IlohaMail is free software released under the GPL 
  10. //        license.  See enclosed file COPYING for details,
  11. //        or see http://www.fsf.org/copyleft/gpl.html
  12. //
  13. /////////////////////////////////////////////////////////
  14.  
  15. header("Content-Type: text/css");
  16. include("../include/super2global.inc");
  17. include_once("../conf/conf.inc");
  18. include_once("../conf/db_conf.php");
  19. include("../include/session_auth.inc");
  20.  
  21. $linkc=$my_colors["main_link"];
  22. //$bgc=$my_colors["main_bg"];
  23. $bgc=$my_colors["main_darkbg"];
  24. $textc=$my_colors["main_text"];
  25. $hilitec=$my_colors["main_hilite"];
  26. $font_size = $my_colors["font_size"];
  27.  
  28. $raw_css = true;
  29. include("../include/css.inc");
  30. ?>