HEX
Server: Apache
System: Linux s198.coreserver.jp 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: nagasaki (10062)
PHP: 7.1.33
Disabled: NONE
Upload Files
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>