hello
Server : Apache/2.4.52 (Ubuntu) System : Linux HAN2 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64 User : servadmin ( 1000) PHP Version : 8.1.2-1ubuntu2.25 Disable Function : NONE Directory : /www/docs/www.obusignal.com/www.obusignal.com/wp-content/themes/nirvana/ |
<?php /** * The template for displaying the footer. * * Contains the closing of the id=main div and all content * after. Calls sidebar-footer.php for bottom widgets. * * @package Cryout Creations * @subpackage nirvana * @since nirvana 0.5 */ ?> <div style="clear:both;"></div> </div> <!-- #forbottom --> <footer id="footer" role="contentinfo"> <div id="colophon"> <?php get_sidebar( 'footer' );?> </div><!-- #colophon --> <div id="footer2"> <div id="footer2-inside"> <?php cryout_footer_hook(); ?> </div> <!-- #footer2-inside --> </div><!-- #footer2 --> </footer><!-- #footer --> </div><!-- #main --> </div><!-- #wrapper --> <?php wp_footer(); ?> </body> </html>