Example #1
0
<?php

/**
 * The template for displaying the footer.
 *
 * Contains the closing of the id="main-core".
 *
 * @package ThinkUpThemes
 */
?>

		</div><!-- #main-core -->
		</div><!-- #main -->
		<?php 
/* Sidebar */
thinkup_sidebar_html();
?>
	</div>
	</div><!-- #content -->

	<footer>
		<?php 
/* Custom Footer Layout */
thinkup_input_footerlayout();
echo '<!-- #footer -->';
?>
		
		<div id="sub-footer">
		<div id="sub-footer-core">	
		
			<?php 
Example #2
0
function thinkup_bottom_main()
{
    if (!is_front_page()) {
        echo '</div></div>';
        thinkup_sidebar_html();
        echo '</div></div>';
    }
}