File "_import_header.php"
Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/product-import-export-for-woo/admin/modules/import/views/_import_header.php
File size: 416 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
if (!defined('ABSPATH')) {
exit;
}
?>
<div class="wt-iew-settings-header">
<h3>
<?php _e('Import'); ?><?php if($this->step!='post_type'){ ?> <span class="wt_iew_step_head_post_type_name"></span><?php } ?>: <?php echo $this->step_title; ?>
</h3>
<span class="wt_iew_step_info" title="<?php echo $this->step_summary; ?>">
<?php /* step count summary */
echo $this->step_summary;
?>
</span>
</div>