HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/mmickelson/otbproductions.org.old/wp-content/themes/eclipse/footer.php
<?php
/**
* Footer template used by Eclipse.
*
* Authors: Tyler Cunningham, Trent Lapinski
* Copyright: © 2012
* {@link http://cyberchimps.com/ CyberChimps LLC}
*
* Released under the terms of the GNU General Public License.
* You should have received a copy of the GNU General Public License,
* along with this software. In the main directory, see: /licensing/
* If not, see: {@link http://www.gnu.org/licenses/}.
*
* @package Eclipse.
* @since 1.0
*/

global $options, $ec_themeslug;

?>

<!-- For sticky footer -->
<div class="push"></div>  
</div>	<!-- End of wrapper -->

</div>
<?php if ($options->get($ec_themeslug.'_disable_footer') != "0"):?>	

	<div id="footer">
     	<div class="container">
     		<div class="row">
    	
	     		<!-- Begin @response footer hook content-->
	     			<?php response_footer(); ?>
	     		<!-- End @response footer hook content-->

			</div> <!--end row-->
		</div> <!--end container-->
	</div> <!--end footer-->

<?php endif;?>

	<div id="afterfooter">
		<div id="afterfooterwrap">
			<div class="container">
				<div class="row">	
			
				<!-- Begin @response afterfooter hook content-->
					<?php response_secondary_footer(); ?>
				<!-- End @response afterfooter hook content-->
		
				</div> <!--end row-->  
			</div> <!--end container-->
		</div> 	<!--end afterfooterwrap-->	
	</div>  <!--end afterfooter-->	
	


<?php wp_footer(); ?>	

</body>

</html>