function mh_home_find_us()
{
    $service = array();
    ($twitter = get_theme_option('twitter_username')) ? array_push($service, '<a href="https://twitter.com/' . $twitter . '">Twitter</a>') : null;
    ($facebook = get_theme_option('facebook_link')) ? array_push($service, '<a href="' . $facebook . '">Facebook</a>') : null;
    ($youtube = get_theme_option('youtube_username')) ? array_push($service, '<a href="http://www.youtube.com/user/' . $youtube . '">Youtube</a>') : null;
    if (count($service) > 0) {
        $findus = 'Find us on ' . join(' | ', $service);
    } else {
        $findus = 'A project by ' . mh_owner_link();
    }
    return $findus;
}
    	</div>
    
    	<ul class="navigation navigation-legal">
	    	<?php 
echo mh_legal_nav();
?>
      	
		</ul>
        
    </nav>
 
	<p class="default">
		Powered by <a href="http://omeka.org/">Omeka</a> + <a href="http://curatescape.org">Curatescape</a>
		<br>
		<span id="copyright">Copyright &copy; <?php 
echo date('Y') . ' ' . mh_owner_link();
?>
</span> 
		<br>
		<span id="app-store-links"><?php 
mh_appstore_footer();
?>
</span>
	</p>
	
	<div class="custom">
		<?php 
echo get_theme_option('custom footer html');
?>
	</div>