Пример #1
0
    wpi_section_start('content-mid');
    ?>
	
		<div id="sidebar-mid">
				<dl class="xoxo w cf">					
					<dd id="sidebar-2" class="cf">
					<?php 
    wpi_dynamic_sidebar(2);
    ?>
					</dd>
				</dl>
		</div>
<?php 
    wpi_section_end();
}
wpi_section_start('content-bottom');
rewind_posts();
if (have_posts()) {
    ?>
		<div id="main-bottom" class="start">
<?php 
    wpi_template_content_bottom();
    wpi_pagination();
    ?>
		
<?php 
} else {
    wpi_template_nopost();
    ?>
	
<?php 
Пример #2
0
<?php

if (function_exists('get_header')) {
    get_header();
} else {
    die;
}
wpi_section_start('meta-title');
wpi_section_end();
wpi_section_start('content-top');
?>
		<div id="main">
<?php 
if (have_posts()) {
    wpi_current_template();
    ?>
	
<?php 
} else {
    wpi_template_nopost();
    ?>
	
<?php 
}
?>
		</div>
		<div id="sidebar" class="fl">
				<dl class="xoxo cf">					
					<dd id="sidebar-1" class="cf">
					<?php 
wpi_dynamic_sidebar(4);
Пример #3
0
<?php

wpi_section_start('content-end');
wpi_section_end();
wpi_section_start('footer');
do_action('wp_footer');
wpi_section_end();
?>
</dl>
<?php 
do_action(wpiFilter::ACTION_FOOTER_SCRIPT);
?>
<!-- 
	Spreading Microformats 
	Plain old semantic markup (POSH) and designed by Avice (ChaosKaizer) De'v&eacute;reux  
	<http://blog.kaizeku.com>

 	Wp-iStalker Public themes can be found at http://wp-istalker.googlecode.com	  
-->
</body>
</html>
Пример #4
0
    wpi_current_template();
    wpi_pagination();
    ?>
		
<?php 
} else {
    wpi_template_nopost();
    ?>
	
<?php 
}
?>
		</div>		
<?php 
wpi_section_end();
if (wpiSidebar::hasWidget(10)) {
    wpi_section_start('content-mid');
    ?>
		<div id="sidebar-mid">
				<dl class="xoxo w cf">					
					<dd id="sidebar-2" class="cf">
					<?php 
    wpi_dynamic_sidebar(10);
    ?>
					</dd>
				</dl>
		</div>
<?php 
    wpi_section_end();
}
get_footer();
Пример #5
0
?>
">		
						<p> 
							<?php 
wpi_search_box();
?>
							<button id="searchsubmit" type="submit" class="rtxt"><?php 
_e('Search', WPI_META);
?>
							</button>
						</p>
					</form>
				</div>
<?php 
wpi_section_end();
wpi_section_start('pathway');
?>
				<ul id="pathway-column" class="r cfl">
					<?php 
if (wpi_option('pathway_enable')) {
    ?>
					<li id="breadcrumb">
						<?php 
    wpi_pathway();
    ?>
					</li>
					<?php 
}
?>
					<li id="tools">
						<?php