File: /virtual/nagasaki/public_html/shop/wp-content/themes/welcart_default/footer.php
<?php
/**
* <meta content="charset=UTF-8">
* @package Welcart
* @subpackage Welcart Default Theme
*/
?>
<!-- begin footer -->
</div><!-- end of main -->
<div id="footer">
<?php if(function_exists('wp_nav_menu')): ?>
<?php wp_nav_menu(array('menu_class' => 'footernavi clearfix', 'theme_location' => 'footer')); ?>
<?php else: ?>
<ul class="footernavi clearfix">
<li><a href="<?php echo home_url( '/' ); ?>/"><?php _e('top page','usces') ?></a></li>
<?php wp_list_pages('title_li=&exclude=' . USCES_MEMBER_NUMBER . ',' . USCES_CART_NUMBER ); ?>
</ul>
<?php endif; ?>
<p class="copyright"><?php usces_copyright(); ?></p>
<p class="credit"><cite>Powered by <a href="http://www.welcart.com/" target="_blank">Welcart</a></cite></p>
</div><!-- end of footer -->
</div><!-- end of wrap -->
<?php wp_footer(); ?>
</body>
</html>