/b2evolution/corporatemag/_body_header.inc.php
http://laibcomsthemes.googlecode.com/ · PHP · 52 lines · 33 code · 4 blank · 15 comment · 1 complexity · f8ec04ab0b54f29b3c3ca89c1f81aa8d MD5 · raw file
- <?php
- /**
- * This is the BODY header include template.
- *
- * For a quick explanation of b2evo 2.0 skins, please start here:
- * {@link http://manual.b2evolution.net/Skins_2.0}
- *
- * This is meant to be included in a page template.
- *
- * @package evoskins
- * @subpackage corporatemag
- */
- if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
- ?>
- <div id="body-in">
- <div id="wrapper">
- <div id="header">
- <div id="header-content">
- <div id="branding">
- <span id="blog-title"><a href="<?php $Blog->disp('url') ?>"><?php $Blog->name(); ?></a></span>
- <h1 id="blog-description"><?php $Blog->tagline(); ?></h1>
- </div><!-- end of id="branding" -->
- <form id="top-search" action="<?php $Blog->gen_blogurl() ?>" method="get" class="search">
- <input type="text" id="s" name="s" value="Enter keywords...." class="input-text"/>
- <input type="submit" value="" class="input-submit"/>
- </form>
- <div class="clear"></div>
- </div><!-- end of id="header-content" -->
- <div class="menu">
- <ul class="lavaLampWithImage">
- <?php
- // ------------------------- "Menu" CONTAINER EMBEDDED HERE --------------------------
- // Display container and contents:
- skin_container( NT_('Menu'), array(
- // The following params will be used as defaults for widgets included in this container:
- 'block_start' => '',
- 'block_end' => '',
- 'block_display_title' => false,
- 'list_start' => '',
- 'list_end' => '',
- 'item_start' => '<li class="page_item page-item-2">',
- 'item_end' => '</li>',
- ) );
- // ----------------------------- END OF "Menu" CONTAINER -----------------------------
- ?>
- </ul>
- </div> <!-- end of class="menu" -->
- </div> <!-- end of id="header" -->