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

   1  <?php
   2  /**

   3   * This is the BODY header 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 kubrick

  12   */
  13  if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
  14  
  15  ?>
  16  
  17  <div id="page">
  18  
  19  <div id="header">
  20      <div id="headerimg">
  21  
  22          <?php
  23              // Display container and contents:

  24              skin_container( NT_('Page Top'), array(
  25                      // The following params will be used as defaults for widgets included in this container:

  26                      'block_start' => '<div class="$wi_class$">',
  27                      'block_end' => '</div>',
  28                      'block_display_title' => false,
  29                      'list_start' => '<ul>',
  30                      'list_end' => '</ul>',
  31                      'item_start' => '<li>',
  32                      'item_end' => '</li>',
  33                  ) );
  34          ?>
  35  
  36          <?php
  37              // ------------------------- "Header" CONTAINER EMBEDDED HERE --------------------------

  38              // Display container and contents:

  39              skin_container( NT_('Header'), array(
  40                      // The following params will be used as defaults for widgets included in this container:

  41                      'block_start' => '<div class="$wi_class$">',
  42                      'block_end' => '</div>',
  43                      'block_title_start' => '<h1>',
  44                      'block_title_end' => '</h1>',
  45                  ) );
  46              // ----------------------------- END OF "Header" CONTAINER -----------------------------

  47          ?>
  48      </div>
  49  </div>
  50  <hr />
  51  
  52  <div class="top_menu">
  53      <ul>
  54      <?php
  55          // ------------------------- "Menu" CONTAINER EMBEDDED HERE --------------------------

  56          // Display container and contents:

  57          skin_container( NT_('Menu'), array(
  58                  // The following params will be used as defaults for widgets included in this container:

  59                  'block_start' => '',
  60                  'block_end' => '',
  61                  'block_display_title' => false,
  62                  'list_start' => '',
  63                  'list_end' => '',
  64                  'item_start' => '<li>',
  65                  'item_end' => '</li>',
  66              ) );
  67          // ----------------------------- END OF "Menu" CONTAINER -----------------------------

  68      ?>
  69      </ul>
  70  </div>


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