PluginProbe
Welcart e-Commerce / 1.4.12
Welcart e-Commerce v1.4.12
2.12.4 2.12.3 2.11.35 2.12.2 2.12.1 2.11.34 2.11.33 2.11.32 2.11.31 2.11.30 1.3.16 1.3.17 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 1.4.10 1.4.11 1.4.12 All 292 releases
usc-e-shop / theme / welcart_default / footer.php

footer.php in Welcart e-Commerce 1.4.12, at theme/welcart_default/footer.php

29 lines 837 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * <meta content="charset=UTF-8">
4 * @package Welcart
5 * @subpackage Welcart Default Theme
6 */
7 ?>
8 <!-- begin footer -->
9
10 </div><!-- end of main -->
11
12 <div id="footer">
13 <?php if(function_exists('wp_nav_menu')): ?>
14 <?php wp_nav_menu(array('menu_class' => 'footernavi clearfix', 'theme_location' => 'footer')); ?>
15 <?php else: ?>
16 <ul class="footernavi clearfix">
17 <li><a href="<?php echo home_url( '/' ); ?>/"><?php _e('top page','usces') ?></a></li>
18 <?php wp_list_pages('title_li=&exclude=' . USCES_MEMBER_NUMBER . ',' . USCES_CART_NUMBER ); ?>
19 </ul>
20 <?php endif; ?>
21 <p class="copyright"><?php usces_copyright(); ?></p>
22 <p class="credit"><cite>Powered by <a href="http://www.welcart.com/" target="_blank">Welcart</a></cite></p>
23 </div><!-- end of footer -->
24
25 </div><!-- end of wrap -->
26
27 <?php wp_footer(); ?>
28 </body>
29 </html>