D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
mybf1
/
www
/
sabun.bf1.my
/
wp-content
/
plugins
/
ecwid-shopping-cart
/
templates
/
Filename :
ecwid-admin.php
back
Copy
<script type='text/javascript'>//<![CDATA[ jQuery(document.body).addClass('ecwid-admin-iframe ecwid-no-padding'); jQuery(document).ready(function() { jQuery('#ecwid-frame').attr('src', '<?php echo $iframe_src; ?>'); ecwidSetPopupCentering('#ecwid-frame'); jQuery.ajax({ url: ajaxurl + '?action=<?php echo Ecwid_Store_Page::WARMUP_ACTION; ?>' }); }); //]]> </script> <style type="text/css"> <?php if( isset($_GET['page']) && $_GET['page'] == 'ec-storefront-settings' ) {?> #ecwid-frame { display: none; } <?php } else { ?> #ec-storefront-settings { display: none; } <?php } ?> </style> <?php Ecwid_Admin_Storefront_Page::do_page(); ?> <iframe seamless id="ecwid-frame" frameborder="0" width="100%" height="700" scrolling="no"></iframe> <?php require_once ECWID_PLUGIN_DIR . 'templates/admin-footer.php'; ?>