[ Index ]
 

Code source de b2evolution 2.1.0-beta

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/blogs/skins/ -> _catdir.disp.php (source)

   1  <?php
   2  /**

   3   * This is the template that displays the category directory for a blog

   4   *

   5   * This file is not meant to be called directly.

   6   * It is meant to be called by an include in the main.page.php template.

   7   * To display the archive directory, you should call a stub AND pass the right parameters

   8   * For example: /blogs/index.php?disp=catdir

   9   *

  10   * b2evolution - {@link http://b2evolution.net/}

  11   * Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}

  12   * @copyright (c)2003-2007 by Francois PLANQUE - {@link http://fplanque.net/}

  13   *

  14   * @package evoskins

  15   */
  16  if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
  17  
  18  // --------------------------------- START OF CATEGORY LIST --------------------------------

  19  skin_widget( array(
  20          // CODE for the widget:

  21          'widget' => 'coll_category_list',
  22          // Optional display params

  23          'block_start' => '',
  24          'block_end' => '',
  25          'block_display_title' => false,
  26      ) );
  27  // ---------------------------------- END OF CATEGORY LIST ---------------------------------

  28  
  29  
  30  /*

  31   * $Log: _catdir.disp.php,v $

  32   * Revision 1.4  2007/07/01 03:55:04  fplanque

  33   * category plugin replaced by widget

  34   *

  35   * Revision 1.3  2007/04/26 00:11:03  fplanque

  36   * (c) 2007

  37   *

  38   * Revision 1.2  2007/03/18 01:39:55  fplanque

  39   * renamed _main.php to main.page.php to comply with 2.0 naming scheme.

  40   * (more to come)

  41   *

  42   * Revision 1.1  2007/03/04 21:42:49  fplanque

  43   * category directory / albums

  44   *

  45   */
  46  ?>


Généré le : Thu Nov 29 23:58:50 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics