[ PHPXref.com ] [ Generated: Sun Jul 20 20:59:38 2008 ] [ WEBalbum 2.02 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> preferences.php (source)

   1  <?
   2  ########################################################################

   3  #                                                                      #

   4  # WEBalbum                                                             #

   5  # www.web-album.org                                                    #

   6  # wersja: 2.0                                                          #

   7  # Copyright (C) 2004-2005 duda                                         #

   8  #                                                                      #

   9  # WEBalbum jest rozpowszechniany na zasadach freeware.                 #

  10  # Mozna go uzywac i rozpowszechniac w niezmienionej postaci            #

  11  # bez ograniczen i bez zadnych oplat.                                  #

  12  #                                                                      #

  13  ########################################################################

  14  
  15  
  16  include_once ('inc/inc_main.php');
  17  $M='';
  18  $T=Main_header();
  19  $L=Main_menu();
  20  $F=Main_footer();
  21  if ($USER_PRIV["ext"]["admin_mode"]==1) 
  22  {
  23      $M.=Frame2(Main_preferences_lay(),$LA[217]);
  24  }
  25  else
  26  {
  27      $M.=Frame2(Message_error($LA[104]));        
  28  }
  29  print Skeleton($M, $L, $T, $F);
  30  ?>


[ Powered by PHPXref - Served by Debian GNU/Linux ]