[ 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_left.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="midcontent">
  17      <ul>
  18      <?php
  19          // ------------------------- "Sidebar" CONTAINER EMBEDDED HERE --------------------------

  20          // Display container contents:

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

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

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

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

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

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

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

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

  43      ?>
  44      </ul>
  45  </div>


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