HEX
Server: Apache/2.4.49 (FreeBSD) OpenSSL/1.0.2s-freebsd PHP/5.6.36
System: FreeBSD hosting.icon.bg 11.3-RELEASE-p13 FreeBSD 11.3-RELEASE-p13 #0: Tue Sep 1 06:56:51 UTC 2020 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
User: ftpuser (1002)
PHP: 5.6.36
Disabled: NONE
Upload Files
File: /hosting/kak.bg/web/wp-content/themes/social_play/includes/views/theme_options/main.php
<?php if( ! defined('ABSPATH')) exit('restricted access');?>
<?php include('tabs.php');?>

<?php if(!isset($_GET['ajax']) && $_GET['page'] == 'fw_theme_options'): ?>

	<?php include(FW_ADMIN_SKIN.'shared/header.php');?>
	
	<div class="tb-contents-section">
		<article class="tb-builder-content">
 <?php endif; ?>
			<section class="tb-block" id="infoBox">
					<div class="tb-heading">
                      <a class="close close-block" href="#"></a>
                      <h3><?php echo slugtotext($name);?></h3>
                    </div>
					<div class="tb-detail">
                        <form method="post" id="fw_form" action="<?php echo $_SERVER['REQUEST_URI'];?>" class="form-horizontal">
                        
                            <div class="system_msg"><?php $this->_webnukes->msg->display();?></div>

                            <?php if(isset($html)):?>
                                <?php echo read_settings($html, $tabs, $titles);?>
                            <?php endif;?>
                            <!-- Section ends -->
                            
                            <div class="control-group">
                                <div class="controls align-right">
                                    <a href="#" class="btn btn-green fw_submit preventDefault"><?php _e('Save', THEME_NAME); ?></a>
                                    <a id="fw_cancel" href="<?php echo $_SERVER['REQUEST_URI'];?>" class="btn btn-green"><?php _e('Cancel', THEME_NAME); ?></a>
                                <?php /*
                                    echo form_input(array('type'=>'submit','value'=>'save','class'=>'btn','id'=>'fw_submit'));
                                    echo form_input(array('type'=>'reset','value'=>'cancel','class'=>'btn','id'=>'fw_submit')); */?>
                                </div>
                            </div>
                        </form>
                    </div>
					
				
			</section>
			
<?php if(!isset($_GET['ajax']) && $_GET['page'] == 'fw_theme_options'): ?>
		</article>
		<?php echo $side_links;?>
	</div>
</div>
<div style="display: none;" class="overlay-wrap"></div>
<div class="loading-icon"></div>
<?php endif; ?>