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/martyknows.com/wp-content/themes/triton-lite/footer.php
<?php $option =  get_option('trt_options'); ?>
<!--MIDROW-->
<?php if($option["trt_diss_ftw"] == "1"){ ?><?php } else { ?>
<div id="midrow">
<div class="center">
<div class="widgets"><ul>          
        <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Midrow Widgets') ) : ?> 
        <?php endif; ?></ul>
        </div>
</div>
</div>
<?php }?>

<!--FOOTER-->
<div id="footer">
<div class="center">
<div class="widgets"><ul>          
        <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer Widgets') ) : ?> 
        <?php endif; ?></ul>
        </div>
</div>

	<!--COPYRIGHT TEXT-->
    <div id="copyright">
    	<div class="center">
            <div class="copytext">
           <?php echo $option['trt_foot']; ?><?php _e('Theme by', 'triton');?> <a class="towfiq" target="_blank" href="http://www.towfiqi.com/">Towfiq I.</a>
            </div>
        </div>
    </div>
</div>


</div>
<?php wp_footer(); ?>
</body>
</html>