Exemplo n.º 1
0
wallow_hook_sidebar_top('primary');
?>

		<?php 
if (!dynamic_sidebar('sidepad')) {
    //if the widget area is empty, we print some standard wigets
    ?>

			<?php 
    wallow_default_widgets();
    ?>

		<?php 
}
?>

		<?php 
wallow_hook_sidebar_bottom('primary');
?>

	</div>

	<div id="sidebarbottom" class="fixfloat"></div>

</div>

<!-- end primary sidebar -->

<?php 
wallow_hook_sidebars_after('primary');
Exemplo n.º 2
0
 *
 * Template part file that contains the 404 page widget area
 *
 * @package wallow
 * @since 2.05
 */
?>

<?php 
wallow_hook_sidebars_before('error404');
?>

<div id="error404-widgets-area">

	<?php 
wallow_hook_sidebar_top('error404');
?>

	<?php 
dynamic_sidebar('error404-widgets-area');
?>

	<?php 
wallow_hook_sidebar_bottom('error404');
?>

</div>

<?php 
wallow_hook_sidebars_after('error404');