0byt3m1n1
Path:
/
data
/
applications
/
aps
/
b2evolution
/
4.0.5-0
/
standard
/
htdocs
/
skins
/
evocamp
/
[
Home
]
File: _body_header.inc.php
<?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 kubrick */ if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' ); ?> <div id="outer_wrap"> <div id="wrap"> <div id="header" onclick="location.href='<?php $Blog->disp('url') ?>';" style="cursor: pointer;"> <?php // Display container and contents: skin_container( NT_('Page Top'), array( // The following params will be used as defaults for widgets included in this container: 'block_start' => '<div class="$wi_class$">', 'block_end' => '</div>', 'block_display_title' => false, 'list_start' => '<ul>', 'list_end' => '</ul>', 'item_start' => '<li>', 'item_end' => '</li>', ) ); ?> <?php // ------------------------- "Header" CONTAINER EMBEDDED HERE -------------------------- // Display container and contents: skin_container( NT_('Header'), array( // The following params will be used as defaults for widgets included in this container: 'block_start' => '<div class="$wi_class$">', 'block_end' => '</div>', 'block_title_start' => '<h1>', 'block_title_end' => '</h1>', ) ); // ----------------------------- END OF "Header" CONTAINER ----------------------------- ?> </div> <div id="nav"> <ul class="nav"> <?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>', 'item_end' => '</li>', ) ); // ----------------------------- END OF "Menu" CONTAINER ----------------------------- ?> </ul> </div>