Server IP : 192.64.118.117 / Your IP : 18.220.97.0 Web Server : LiteSpeed System : Linux premium56.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : thecgapy ( 1160) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/thecgapy/www/wp-content/themes/TESSERACT/ |
Upload File : |
<?php /** * The template for displaying the footer. * * Contains the closing of the #content div and all content after * * @package Tesseract */ ?> </div><!-- #content --> <footer id="colophon" class="site-footer" role="contentinfo"> <?php $additional = get_theme_mod('tesseract_footer_additional_content') ? true : false; $menuClass = 'only-menu'; if ( $additional ) $menuClass = 'is-additional'; $addcontent_hml = get_theme_mod('tesseract_footer_additional_content'); $footerNav_class = ( is_string($addcontent_hml) && ( $addcontent_hml !== 'nothing' ) ) ? 'is-before' : 'none-before'; $content = get_theme_mod('tesseract_footer_right'); $content_default_button = get_theme_mod('tesseract_footer_right_content_if_button'); $footerWidthClass = ( get_theme_mod('tesseract_footer_width') == 'fullwidth' ) ? ' footer-fullwidth' : ' footer-autowidth'; if ( defined('TESSERACT_BRANDING_EXIST') ) { if ( $content ) : $rightContentClass = ' mother-content-' . $content; elseif ( !$content && $content_default_button ) : $rightContentClass = ' mother-content-notset mother-defbtn-isset'; else: $rightContentClass = ' mother-content-notset mother-defbtn-isset'; endif; } else { $rightContentClass = ' mother-branding'; } ?> <div id="footer-banner" class="cf<?php echo ' menu-' . $menuClass; echo $rightContentClass . $footerWidthClass; ?>"> <div id="horizontal-menu-wrap" class="<?php echo $menuClass . ' ' . $footerNav_class; ?>"> <?php // SHOULD some additional content be added before the menu? if ( is_string($addcontent_hml) && ( $addcontent_hml !== 'nothing' ) ) : ?> <div id="horizontal-menu-before" class="switch thm-left-left"><?php tesseract_horizontal_footer_menu_additional_content( $addcontent_hml ); ?></div> <?php endif; //EOF left menu - IS before content ?> <?php $menuSelected = get_theme_mod('tesseract_footer_menu_select'); if ( $menuSelected !== 'none' ) : ?> <section id="footer-horizontal-menu" class="cf <?php echo $footerNav_class; ?>"><?php tesseract_output_menu( FALSE, FALSE, 'secondary', 1 ); ?></section> <?php endif; ?> </div><!-- EOF horizontal-menu-wrap --> <div class="social"> <?php echo do_shortcode('[elfsight_social_media_icons id="1"]'); ?> </div> </div><!-- EOF footer-banner --> </footer><!-- #colophon --> </div><!-- #page --> <?php wp_footer(); ?> <!-- Start of LiveChat (www.livechatinc.com) code --> <script type="text/javascript"> window.__lc = window.__lc || {}; window.__lc.license = 12492951; ;(function(n,t,c){function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}; var e={_q:[],_h:null,_v:"2.0",on:function(){i(["on",c.call(arguments)])},once:function(){ i(["once",c.call(arguments)])},off:function(){i(["off",c.call(arguments)])}, get:function(){if(!e._h)throw new Error("[LiveChatWidget] You can't use getters before load."); return i(["get",c.call(arguments)])},call:function(){i(["call",c.call(arguments)])},init:function(){ var n=t.createElement("script"); n.async=!0,n.type="text/javascript", n.src="https://cdn.livechatinc.com/tracking.js",t.head.appendChild(n)}}; !n.__lc.asyncInit&&e.init(),n.LiveChatWidget=n.LiveChatWidget||e}(window,document,[].slice)) </script> <noscript> <a href="https://www.livechatinc.com/chat-with/12492951/" rel="nofollow">Chat with us</a>, powered by <a href="https://www.livechatinc.com/?welcome" rel="noopener nofollow" target="_blank">LiveChat</a> </noscript> <!-- End of LiveChat code --> </body> </html>