D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
vblioqus
/
safa777.info
/
wp-content
/
themes
/
infopediya
/
Filename :
footer.php
back
Copy
<?php /** * The template for displaying the footer * Contains the closing of the #content div and all content after. * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * @package Files_Custom_Theme */ ?> </div><!-- #content --> <footer id="colophon" class="site-footer gradient"> <div class="container pb-2"> <?php wp_nav_menu(array( 'theme_location' => 'menu-2', 'menu_id' => 'footer-menu', )); ?> </div> </footer><!-- #apkbeta.net - saadat --> <div class="site-info row ml-0 mr-0 pt-20 pb-20"> <div class="container text-center"> <p class="text-white" style="font-size:14px !important;">Copyright © 2017-<span id="current-year"></span>, All rights reserved.</p> <script> let c_year = new Date(); document.getElementById('current-year').innerHTML = c_year.getFullYear(); </script> </div> </div> </div> <?php wp_footer() ?> </body> </html>