PATH:
home
/
letacommog
/
aacote
/
wp-content
/
plugins
/
essential-grid
/
admin
/
views
<?php /** * Represents the view for the administration dashboard. * * This includes the header, options, and other information that should provide * The User Interface to the end user. * * @package Essential_Grid * @author ThemePunch <info@themepunch.com> * @link http://www.themepunch.com/essential/ * @copyright 2016 ThemePunch */ if( !defined( 'ABSPATH') ) exit(); $tooltips = get_option('tp_eg_tooltips', 'true'); ?> </div> <script type="text/javascript"> var token = '<?php echo wp_create_nonce("Essential_Grid_actions"); ?>'; var es_do_tooltipser = <?php echo $tooltips; ?>; jQuery(document).ready(function() { AdminEssentials.initAccordion(); <?php if($tooltips == 'true'){ ?> AdminEssentials.initToolTipser(); <?php } ?> }); </script> <div id="waitaminute"> <div class="waitaminute-message"><i class="eg-icon-coffee"></i><br><?php _e("Please Wait...", EG_TEXTDOMAIN); ?></div> </div> <div id="eg-error-box"> </div>
[+]
..
[-] skin-pe-icon-7-stroke-list.php
[edit]
[+]
elements
[-] grid-overview.php
[edit]
[-] header.php
[edit]
[-] themepunch-google-fonts.php
[edit]
[-] grid-custom-meta.php
[edit]
[-] skin-font-awesome-list.php
[edit]
[-] grid-import-export.php
[edit]
[-] .DS_Store
[edit]
[-] grid-create.php
[edit]
[-] grid-global-settings.php
[edit]
[-] grid-item-skin.php
[edit]
[-] index.php
[edit]
[-] grid-search.php
[edit]
[-] footer.php
[edit]
[-] grid-widget-areas.php
[edit]