mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-02-23 16:21:07 +00:00
9 lines
293 B
PHP
9 lines
293 B
PHP
|
<table id="entryDataTable" class="table table-striped table-bordered">
|
||
|
<thead>
|
||
|
<tr>
|
||
|
<?php foreach( $entryManager->getFilterFields() as $field ): ?>
|
||
|
<th id="<?php echo $field['cssID'] ?>"><?php echo esc_html( $field['label'] ) ?></th>
|
||
|
<?php endforeach; ?>
|
||
|
</tr>
|
||
|
</thead>
|
||
|
</table>
|