phpDocumentor lodel-source
[ class tree: lodel-source ] [ index: lodel-source ] [ all elements ]

Source for file backend.php

Documentation is available at backend.php

  1. <?php
  2. /**
  3.  * Fichier backend RSS - Appel la vue associée au template backend.html
  4.  *
  5.  * La même opération est possible en utilisant : index.php?page=backend
  6.  *
  7.  * PHP versions 4 et 5
  8.  *
  9.  * LODEL - Logiciel d'Edition ELectronique.
  10.  *
  11.  * Copyright (c) 2001-2002, Ghislain Picard, Marin Dacos
  12.  * Copyright (c) 2003, Ghislain Picard, Marin Dacos, Luc Santeramo, Nicolas Nutten, Anne Gentil-Beccot
  13.  * Copyright (c) 2004, Ghislain Picard, Marin Dacos, Luc Santeramo, Anne Gentil-Beccot, Bruno Cénou
  14.  * Copyright (c) 2005, Ghislain Picard, Marin Dacos, Luc Santeramo, Gautier Poupeau, Jean Lamy, Bruno Cénou
  15.  * Copyright (c) 2006, Marin Dacos, Luc Santeramo, Bruno Cénou, Jean Lamy, Mikaël Cixous, Sophie Malafosse
  16.  * Copyright (c) 2007, Marin Dacos, Bruno Cénou, Sophie Malafosse, Pierre-Alain Mignot
  17.  *
  18.  * Home page: http://www.lodel.org
  19.  *
  20.  * E-Mail: lodel@lodel.org
  21.  *
  22.  * All Rights Reserved
  23.  *
  24.  * This program is free software; you can redistribute it and/or modify
  25.  * it under the terms of the GNU General Public License as published by
  26.  * the Free Software Foundation; either version 2 of the License, or
  27.  * (at your option) any later version.
  28.  *
  29.  * This program is distributed in the hope that it will be useful,
  30.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  31.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  32.  * GNU General Public License for more details.
  33.  *
  34.  * You should have received a copy of the GNU General Public License
  35.  * along with this program; if not, write to the Free Software
  36.  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  37.  *
  38.  * @author Ghislain Picard
  39.  * @author Jean Lamy
  40.  * @copyright 2005, Ghislain Picard, Marin Dacos, Luc Santeramo, Gautier Poupeau, Jean Lamy, Bruno Cénou
  41.  * @copyright 2006, Marin Dacos, Luc Santeramo, Bruno Cénou, Jean Lamy, Mikaël Cixous, Sophie Malafosse
  42.  * @copyright 2007, Marin Dacos, Bruno Cénou, Sophie Malafosse, Pierre-Alain Mignot
  43.  * @licence http://www.gnu.org/copyleft/gpl.html
  44.  * @version CVS:$Id:
  45.  * @package lodel/source
  46.  */
  47.  
  48. require 'siteconfig.php';
  49. require_once 'auth.php';
  50.  
  51. require_once 'view.php';
  52. require_once 'textfunc.php';
  53.  
  54. $view &View::getView();
  55. $view->renderCached($context'backend');
  56. exit;
  57. ?>

Documentation generated on Thu, 24 Jul 2008 05:07:14 +0200 by phpDocumentor 1.4.0a2