changeset 1 | 0d28b7c10758 |
0:0d9a58d2c515 | 1:0d28b7c10758 |
---|---|
1 <div id="sidebar2"> |
|
2 <div class="wrap"> |
|
3 |
|
4 <?php if (get_option('swt_banners') == 'Hide') { ?> |
|
5 <?php { echo ''; } ?> |
|
6 <?php } else { include(TEMPLATEPATH . '/includes/banners.php'); } ?> |
|
7 |
|
8 <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(2) ) : else : ?> |
|
9 <?php endif; ?> |
|
10 </div> |
|
11 </div> |
|
12 |