[ Index ] |
|
Code source de b2evolution 2.1.0-beta |
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="outer_wrap"> 18 <div id="wrap"> 19 20 21 <div id="header" onclick="location.href='<?php $Blog->disp('url') ?>';" style="cursor: pointer;"> 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 50 <div id="nav"> 51 <ul class="nav"> 52 <?php 53 // ------------------------- "Menu" CONTAINER EMBEDDED HERE -------------------------- 54 // Display container and contents: 55 skin_container( NT_('Menu'), array( 56 // The following params will be used as defaults for widgets included in this container: 57 'block_start' => '', 58 'block_end' => '', 59 'block_display_title' => false, 60 'list_start' => '', 61 'list_end' => '', 62 'item_start' => '<li>', 63 'item_end' => '</li>', 64 ) ); 65 // ----------------------------- END OF "Menu" CONTAINER ----------------------------- 66 ?> 67 </ul> 68 </div>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Thu Nov 29 23:58:50 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |