Esempio n. 1
0
<?php

/** no direct access **/
defined('_WPLEXEC') or die('Restricted access');
?>
<div class="pwizard-section">
	<?php 
wpl_settings::generate_setting_forms($this->settings);
/** including a custom file **/
$this->_wpl_import($this->tpl_path . '.custom.settings' . $this->setting_category->id);
?>
</div>
Esempio n. 2
0
if (isset($this->pagination->max_page) and $this->pagination->max_page > 1) {
    ?>
            <div class="pagination-wp">
                <?php 
    echo $this->pagination->show();
    ?>
            </div>
            <?php 
}
?>
            <div id="wpl_location_fancybox_cnt" class="wpl_hidden_element"></div>
            <div id="wpl_location_settings_lightbox" class="wpl_hidden_element">
                <div class="fanc-content size-width-1 fanc-settings">
                    <h2><?php 
echo __('Location Settings', WPL_TEXTDOMAIN);
?>
</h2>
                    <div class="fanc-body label-x2">
					<?php 
$setting_records = wpl_settings::get_settings(3, 1, true);
wpl_settings::generate_setting_forms($setting_records);
?>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <footer>
        <div class="logo"></div>
    </footer>
</div>