Sid Gifari From Gifari Industries - BD Cyber Security Team
Home
/
home
/
airmobeuag
/
pro
/
wp-content
/
themes
/
polo
/
✏️
Editing: footer.php
<?php /** * The template for displaying the footer * * @package Polo * @subpackge Templates * @since 1.0.0 */ ?> <?php polo_footer_before(); ?> <!-- FOOTER --> <?php polo_footer_inside();?> <!-- END: FOOTER --> <?php polo_footer_after(); ?> </div> <!-- END: WRAPPER --> <!-- GO TOP BUTTON --> <a class="gototop gototop-button" href="#"><i class="fa fa-chevron-up"></i></a> <?php wp_footer(); ?> </body> </html>
💾 Save
❌ Cancel