Example #1
0
        the_title();
        ?>
"><?php 
        the_title();
        ?>
</a></li>
	<?php 
    }
    print "</ul>\n";
}
?>
			</li>

		<!-- note, no container div due to widget printing them -->
			<?php 
widget_bblm_listcomps(array());
?>
			<?php 
if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('sidebar-common')) {
    ?>
			<li><h2 class="widgettitle">Opps</h2>
			  <ul>
			   <li>Something has gone wrong and you have lost your widget settings. better log in quick and fix it!</li>
			  </ul>
			</li>
<?php 
}
?>

		</ul>
	</div><!-- end of #subcontent -->
Example #2
0
		<p><a href="<?php 
echo esc_url(get_permalink(get_page_by_title('Warzone')));
?>
" title="View full Warzone archive">View full Warzone Archive &raquo;</a></p>
		</div>


	</div><!-- end of main-middle-->




	<div id="main-right" class="column">
		<!-- note, no container div due to widget printing them -->

<?php 
if (function_exists('widget_bblm_listcomps')) {
    widget_bblm_listcomps(array("before_widget" => "", "after_widget" => ""));
}
?>
	</div><!-- end of main-right-->

</div><!-- end of #main-sub -->


</div><!-- end of #maincontent -->



<?php 
get_footer();