Source for file _body_header.inc.php
Documentation is available at _body_header.inc.php
* This is the BODY header include template.
<div id="header" class="pageHeader">
// Display container and contents:
// The following params will be used as defaults for widgets included in this container:
'block_start' =>
'<div class="$wi_class$">',
'block_display_title' =>
false,
// ------------------------- "Header" CONTAINER EMBEDDED HERE --------------------------
// Display container and contents:
// The following params will be used as defaults for widgets included in this container:
'block_start' =>
'<div class="$wi_class$">',
'block_title_start' =>
'<h1>',
'block_title_end' =>
'</h1>',
// ----------------------------- END OF "Header" CONTAINER -----------------------------
// ------------------------- "Menu" CONTAINER EMBEDDED HERE --------------------------
// Display container and contents:
// The following params will be used as defaults for widgets included in this container:
'block_display_title' =>
false,
// ----------------------------- END OF "Menu" CONTAINER -----------------------------
<form action="
<?php $Blog->gen_blogurl() ?>" method="get" class="search" id="quick-search">
<label for="qsearch">Search:</label>
<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"/>
<input type="submit" value="Submit" class="btn"/>