0
|
1 |
</div><!-- end container --> |
|
2 |
<div class="clearfix"></div> |
|
3 |
<div id="footerSlideContainer"> |
|
4 |
<div id="footerSlideButton"><span><?php _e('','pego_tr'); ?></span></div> |
|
5 |
<div id="footerSlideContent"> |
|
6 |
<div id="foot-col1" class="fl"> |
|
7 |
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer First Column Sidebar') ) : ?> |
|
8 |
|
|
9 |
<?php endif; ?> |
|
10 |
</div> |
|
11 |
<div id="foot-col2" class="fl"> |
|
12 |
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer Second Column Sidebar') ) : ?> |
|
13 |
|
|
14 |
<?php endif; ?> |
|
15 |
</div> |
|
16 |
<div id="foot-col3" class="fl"> |
|
17 |
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer Third Column Sidebar') ) : ?> |
|
18 |
|
|
19 |
<?php endif; ?> |
|
20 |
</div> |
|
21 |
<div id="foot-col4" class="fl"> |
|
22 |
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer Fourth Column Sidebar') ) : ?> |
|
23 |
|
|
24 |
<?php endif; ?> |
|
25 |
</div> |
|
26 |
</div> |
|
27 |
</div> |
|
28 |
<?php wp_footer(); ?> |
|
29 |
</div> |
|
30 |
</body> |
|
31 |
</html> |