web/wp-content/themes/selecta/sidebar.php
author ymh <ymh.work@gmail.com>
Mon, 22 Mar 2010 16:36:28 +0100
changeset 5 ac511f1ccc8e
parent 1 0d28b7c10758
permissions -rw-r--r--
add hgignore

	<div id="sidebar">
		<?php if(is_active_sidebar(3)) : ?>
			<ul class="clearfix"><?php if (function_exists('dynamic_sidebar') && dynamic_sidebar(3) );  ?></ul>
        <?php endif; ?>
		<?php if(is_active_sidebar(4)) : ?>
            <ul class="clearfix"><?php if (function_exists('dynamic_sidebar') && dynamic_sidebar(4) );  ?></ul>
        <?php endif; ?>
	</div>