Your IP : 216.73.216.95


Current Path : /var/test/www/foundation/wp-content/plugins/mp-timetable/templates/shortcodes/
Upload File :
Current File : /var/test/www/foundation/wp-content/plugins/mp-timetable/templates/shortcodes/table-header.php

<thead>
<tr class="mptt-shortcode-row">
	<?php foreach ($header_items as $key => $column):
		if (!$column[ 'output' ]) {
			continue;
		} ?>
		<th data-index="<?php echo $key ?>" data-column-id="<?php echo $column[ 'id' ] ?>"><?php echo $column[ 'title' ] ?></th>
	<?php endforeach; ?>
</tr>
</thead>