[ Index ]
 

Code source de eZ Publish 3.9.0

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

title

Body

[fermer]

/kernel/section/ -> module.php (source)

   1  <?php
   2  //
   3  // Created on: <27-Aug-2002 15:41:43 bf>
   4  //
   5  // SOFTWARE NAME: eZ publish
   6  // SOFTWARE RELEASE: 3.9.0
   7  // BUILD VERSION: 17785
   8  // COPYRIGHT NOTICE: Copyright (C) 1999-2006 eZ systems AS
   9  // SOFTWARE LICENSE: GNU General Public License v2.0
  10  // NOTICE: >
  11  //   This program is free software; you can redistribute it and/or
  12  //   modify it under the terms of version 2.0  of the GNU General
  13  //   Public License as published by the Free Software Foundation.
  14  //
  15  //   This program is distributed in the hope that it will be useful,
  16  //   but WITHOUT ANY WARRANTY; without even the implied warranty of
  17  //   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  18  //   GNU General Public License for more details.
  19  //
  20  //   You should have received a copy of version 2.0 of the GNU General
  21  //   Public License along with this program; if not, write to the Free
  22  //   Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
  23  //   MA 02110-1301, USA.
  24  //
  25  //
  26  
  27  $Module = array( 'name' => 'eZSection' );
  28  
  29  $ViewList = array();
  30  $ViewList['list'] = array(
  31      'script' => 'list.php',
  32      'default_navigation_part' => 'ezsetupnavigationpart',
  33      "unordered_params" => array( "offset" => "Offset" ),
  34      'params' => array( ) );
  35  
  36  $ViewList['view'] = array(
  37      'script' => 'view.php',
  38      'ui_context' => 'view',
  39      'default_navigation_part' => 'ezsetupnavigationpart',
  40      'params' => array( 'SectionID' ),
  41      'unordered_params' => array( 'offset' => 'Offset' ) );
  42  
  43  $ViewList['edit'] = array(
  44      'script' => 'edit.php',
  45      'ui_context' => 'edit',
  46      'default_navigation_part' => 'ezsetupnavigationpart',
  47      'params' => array( 'SectionID' ) );
  48  
  49  $ViewList['assign'] = array(
  50      'script' => 'assign.php',
  51      'default_navigation_part' => 'ezsetupnavigationpart',
  52      'post_actions' => array( 'BrowseActionName' ),
  53      'params' => array( 'SectionID' ) );
  54  
  55  
  56  ?>


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7