[ 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/evocamp/ -> _sidebar_right.inc.php (source)

   1  <?php
   2  /**

   3   * This is the sidebar include template.

   4   *

   5   * For a quick explanation of b2evo 2.0 skins, please start here:

   6   * {@link http://manual.b2evolution.net/Skins_2.0}

   7   *

   8   * This is meant to be included in a page template.

   9   *

  10   * @package evoskins

  11   * @subpackage zeke

  12   */
  13  if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
  14  ?>
  15  
  16  <div id="contentright">
  17  
  18      <div id="sidebar">
  19          <ul>
  20          <?php
  21              // ------------------------- "Sidebar" CONTAINER EMBEDDED HERE --------------------------

  22              // Display container contents:

  23              skin_container( NT_('Sidebar 2'), array(
  24                      // The following (optional) params will be used as defaults for widgets included in this container:

  25                      // This will enclose each widget in a block:

  26                      'block_start' => '<li class="$wi_class$">',
  27                      'block_end' => '</li>',
  28                      // This will enclose the title of each widget:

  29                      'block_title_start' => '<h2>',
  30                      'block_title_end' => '</h2>',
  31                      // If a widget displays a list, this will enclose that list:

  32                      'list_start' => '<ul>',
  33                      'list_end' => '</ul>',
  34                      // This will enclose each item in a list:

  35                      'item_start' => '<li>',
  36                      'item_end' => '</li>',
  37                      // This will enclose sub-lists in a list:

  38                      'group_start' => '<ul>',
  39                      'group_end' => '</ul>',
  40                      // This will enclose (foot)notes:

  41                      'notes_start' => '<div class="notes">',
  42                      'notes_end' => '</div>',
  43                  ) );
  44              // ----------------------------- END OF "Sidebar" CONTAINER -----------------------------

  45          ?>
  46          </ul>
  47      </div>
  48  
  49  </div>


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