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; ?>