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

title

Body

[close]

/ -> comments_manage.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  $T=Main_header();
  18  $L=Main_menu();
  19  $F=Main_footer();
  20  $offset        = (isset($_GET["of"])) ? $_GET["of"] : 0;
  21  $user         = (isset($_GET["u"])) ? $_GET["u"] : '';
  22  $category     = (isset($_GET["c"])) ? $_GET["c"] : 0;
  23  if ($USER_PRIV["ext"]["admin_mode"]==1) 
  24  {
  25      $M=Frame2(Admin_comments($offset,$user,$category),$LA[222]);
  26  }
  27  else
  28  {
  29      $M.=Frame2(Message_error($LA[104]));        
  30  }
  31  print Skeleton($M, $L, $T, $F);
  32  ?>


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