forked from argoproject/Argo
-
-
Notifications
You must be signed in to change notification settings - Fork 83
/
Copy pathfooter-widget-4col-asymm.php
25 lines (22 loc) · 1.26 KB
/
footer-widget-4col-asymm.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<div class="span7 row-fluid">
<div class="span4 widget-area" role="complementary">
<?php if ( ! dynamic_sidebar( 'footer-1' ) ) { ?>
<p><?php _e( 'Add widgets to this content area in the WordPress admin area under appearance > widgets. For this area we recommend using the custom menu widget to add site navigation.', 'largo' ); ?></p>
<?php } ?>
</div>
<div class="span4 widget-area" role="complementary">
<?php if ( ! dynamic_sidebar( 'footer-2' ) ) { ?>
<p><?php _e( 'Add widgets to this content area in the WordPress admin area under appearance > widgets. For this area we recommend using the custom menu widget to add site navigation.', 'largo' ); ?></p>
<?php } ?>
</div>
<div class="span4 widget-area" role="complementary">
<?php if ( ! dynamic_sidebar( 'footer-3' ) ) { ?>
<p><?php _e( 'Add widgets to this content area in the WordPress admin area under appearance > widgets. For this area we recommend using the custom menu widget to add site navigation.', 'largo' ); ?></p>
<?php } ?>
</div>
</div>
<div class="span5 widget-area" role="complementary">
<?php if ( ! dynamic_sidebar( 'footer-4' ) ) { ?>
<p><?php _e('Please add widgets to this content area in the WordPress admin area under appearance > widgets.', 'largo'); ?></p>
<?php } ?>
</div>