[ PHPXref.com ] [ Generated: Sun Jul 20 19:38:27 2008 ] [ PHPfileNavigator 2.3.1 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> axuda.php (source)

   1  <?php
   2  /****************************************************************************
   3  * axuda.php
   4  *
   5  * Carga lo necesario para la visualización de la ayuda
   6  *
   7  
   8  PHPfileNavigator versión 1.6.7
   9  
  10  Copyright (C) 2004-2005 Lito <lito@eordes.com>
  11  
  12  http://phpfilenavigator.litoweb.net/
  13  
  14  Este programa es software libre. Puede redistribuirlo y/o modificarlo bajo los
  15  términos de la Licencia Pública General de GNU según es publicada por la Free
  16  Software Foundation, bien de la versión 2 de dicha Licencia o bien (según su
  17  elección) de cualquier versión posterior. 
  18  
  19  Este programa se distribuye con la esperanza de que sea útil, pero SIN NINGUNA
  20  GARANTÍA, incluso sin la garantía MERCANTIL implícita o sin garantizar la
  21  CONVENIENCIA PARA UN PROPÓSITO PARTICULAR. Véase la Licencia Pública General de
  22  GNU para más detalles. 
  23  
  24  Debería haber recibido una copia de la Licencia Pública General junto con este
  25  programa. Si no ha sido así, escriba a la Free Software Foundation, Inc., en
  26  675 Mass Ave, Cambridge, MA 02139, EEUU. 
  27  *******************************************************************************/
  28  
  29  include  ('paths.php');
  30  include_once ($PFN_paths['include'].'basicweb.php');
  31  
  32  session_write_close();
  33  
  34  $conf->textos('axuda');
  35  
  36  $tempo->rexistra('precarga');
  37  
  38  include ($PFN_paths['plantillas'].'cab.inc.php');
  39  
  40  $tempo->rexistra('cabeceira');
  41  
  42  include ($PFN_paths['web'].'opcions.inc.php');
  43  
  44  $tempo->rexistra('opcions');
  45  
  46  include ($PFN_paths['plantillas'].'posicion.inc.php');
  47  
  48  $tempo->rexistra('posicion');
  49  
  50  include ($PFN_paths['plantillas'].'axuda.inc.php');
  51  
  52  $tempo->rexistra('axuda');
  53  
  54  include ($PFN_paths['plantillas'].'pe.inc.php');
  55  ?>


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