author | hurons@caf4f556-3d62-0410-8435-a86758001935 |
Thu, 16 Sep 2010 15:42:32 +0000 | |
changeset 192 | ad0cebafc06f |
parent 136 | bde1974c263b |
permissions | -rw-r--r-- |
136 | 1 |
<div class="column span-7 colborder"> |
2 |
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Bottom-Left') ) : ?> |
|
3 |
<?php endif; ?> |
|
4 |
</div> |
|
5 |
<div class="column span-7 colborder"> |
|
6 |
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Bottom-Middle') ) : ?> |
|
7 |
<?php endif; ?> |
|
8 |
</div> |
|
9 |
<div class="column span-7 last"> |
|
10 |
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Bottom-Right') ) : ?> |
|
11 |
<?php endif; ?> |
|
12 |
</div> |