corvée(dépendances) ajoute Carbon Fields
This commit is contained in:
parent
135cc65eed
commit
62368587e5
459 changed files with 72750 additions and 26 deletions
16
web/vendor/htmlburger/carbon-fields/templates/Container/term_meta.php
vendored
Normal file
16
web/vendor/htmlburger/carbon-fields/templates/Container/term_meta.php
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?php ob_start(); ?>
|
||||
<fieldset class="container-<?php echo $this->get_id(); ?>"></fieldset>
|
||||
<?php $html = ob_get_clean(); ?>
|
||||
|
||||
<?php if ( ! empty( $_GET['tag_ID'] ) ): ?>
|
||||
<tr class="carbon-table-row">
|
||||
<td></td>
|
||||
<td>
|
||||
<?php echo $html; ?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php else: ?>
|
||||
<div class="form-field">
|
||||
<?php echo $html; ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue