b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (CVS HEAD) [ class tree: main ] [ index: main ] [ all elements ]

Source for file _body_header.inc.php

Documentation is available at _body_header.inc.php

  1. <?php 
  2. /**
  3.  * This is the BODY header include template.
  4.  * 
  5.  */
  6. ?>
  7. <div id="wrap">
  8.     <div id="header" class="pageHeader">
  9.         <div id="top_menu">
  10.         <?php
  11.             // Display container and contents:
  12.             skin_containerNT_('Page Top')array(
  13.                     // The following params will be used as defaults for widgets included in this container:
  14.                     'block_start' => '<div class="$wi_class$">',
  15.                     'block_end' => '</div>',
  16.                     'block_display_title' => false,
  17.                     'list_start' => '<ul>',
  18.                     'list_end' => '</ul>',
  19.                     'item_start' => '<li>',
  20.                     'item_end' => '</li>',
  21.                 ) );
  22.         ?>
  23.         </div>
  24.             
  25.         <?php
  26.             // ------------------------- "Header" CONTAINER EMBEDDED HERE --------------------------
  27.             // Display container and contents:
  28.             skin_containerNT_('Header')array(
  29.                     // The following params will be used as defaults for widgets included in this container:
  30.                     'block_start'       => '<div class="$wi_class$">',
  31.                     'block_end'         => '</div>',
  32.                     'block_title_start' => '<h1>',
  33.                     'block_title_end'   => '</h1>',
  34.                 ) );
  35.             // ----------------------------- END OF "Header" CONTAINER -----------------------------
  36.         ?>
  37.         
  38.         <div id="nav">
  39.             <ul>
  40.             <?php
  41.                 // ------------------------- "Menu" CONTAINER EMBEDDED HERE --------------------------
  42.                 // Display container and contents:
  43.                 skin_containerNT_('Menu')array(
  44.                         // The following params will be used as defaults for widgets included in this container:
  45.                         'block_start' => '',
  46.                         'block_end' => '',
  47.                         'block_display_title' => false,
  48.                         'list_start' => '',
  49.                         'list_end' => '',
  50.                         'item_start' => '<li>',
  51.                         'item_end' => '</li>',
  52.                     ) );
  53.                 // ----------------------------- END OF "Menu" CONTAINER -----------------------------
  54.             ?>
  55.             </ul>
  56.         </div>
  57.         
  58.         <form action="<?php $Blog->gen_blogurl(?>" method="get" class="search" id="quick-search">
  59.             <p>
  60.             <label for="qsearch">Search:</label>
  61.             <input type="text" onblur="if (this.value == '') {this.value = 'Search...';}" onfocus="if (this.value == 'Search...') {this.value = '';}" value="Search..." name="s" id="qsearch" class="tbox"/>
  62.             <input type="submit" value="Submit" class="btn"/>
  63.             </p>
  64.         </form>
  65.         
  66.     </div>

Documentation generated on Sat, 06 Mar 2010 04:02:52 +0100 by phpDocumentor 1.4.2. This site is hosted and maintained by Daniel HAHLER (Contact).