here is the current code in sidebar-footer.php:
‘ <div id=”footer-bar3″ class=”four columns”>
<?php if ( is_active_sidebar( ‘third-footer-widget-area’ ) ) { ?>
<ul class=”xoxo”>
<?php dynamic_sidebar( ‘third-footer-widget-area’ ); ?>
<?php } else { ?>
<ul class=”xoxo”>
<li class=”widget-container”><h3 class=”widget-title”>Contact us</h3><div class=”textwidget”>This is a text widget. Put your own widget by going to appeareance widget area. Nullam posuere felis a lacus tempor eget dignissim arcu adipiscing. Donec est est, rutrum vitae bibendum vel, suscipit non metus. Nullam posuere felis a lacus tempor eget dignissim arcu adipiscing. Donec est est, rutrum vitae bibendum vel, suscipit non metus</div>
<?php } ?>
</div><!–footer 3 end–> ‘