author | ymh <ymh.work@gmail.com> |
Mon, 22 Mar 2010 16:36:28 +0100 | |
changeset 5 | ac511f1ccc8e |
parent 1 | 0d28b7c10758 |
permissions | -rw-r--r-- |
1 | 1 |
<div id="sidebar"> |
2 |
<?php if(is_active_sidebar(3)) : ?> |
|
3 |
<ul class="clearfix"><?php if (function_exists('dynamic_sidebar') && dynamic_sidebar(3) ); ?></ul> |
|
4 |
<?php endif; ?> |
|
5 |
<?php if(is_active_sidebar(4)) : ?> |
|
6 |
<ul class="clearfix"><?php if (function_exists('dynamic_sidebar') && dynamic_sidebar(4) ); ?></ul> |
|
7 |
<?php endif; ?> |
|
8 |
</div> |