[ Index ]
 

Code source de eGroupWare 1.2.106-2

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

title

Body

[fermer]

/sitemgr/inc/ -> class.Page_SO.inc.php (source)

   1  <?php
   2      /**************************************************************************\
   3      * eGroupWare SiteMgr - Web Content Management                              *
   4      * http://www.egroupware.org                                                *
   5      * --------------------------------------------                             *
   6      *  This program is free software; you can redistribute it and/or modify it *
   7      *  under the terms of the GNU General Public License as published by the   *
   8      *  Free Software Foundation; either version 2 of the License, or (at your  *
   9      *  option) any later version.                                              *
  10      \**************************************************************************/
  11  
  12      /* $Id: class.Page_SO.inc.php 13729 2004-02-10 14:56:34Z ralfbecker $ */
  13  
  14      class Page_SO
  15      {
  16          var $id;
  17          var $cat_id;
  18          var $name;
  19          var $title;
  20          var $subtitle;
  21          var $sort_order;
  22          var $hidden;
  23          var $lang;
  24          var $block;
  25          var $state;
  26  
  27  		function Page_SO()
  28          {
  29              $hidden = 0;
  30          }
  31      }
  32  ?>


Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7