customvars.phtml: no header if no vars
This commit is contained in:
parent
f4fc55e741
commit
96ac83230c
|
@ -1,3 +1,4 @@
|
|||
<?php if (empty($object->customvars)) return; ?>
|
||||
<tr class="newsection">
|
||||
<td colspan="2">
|
||||
<h2 class="customvar"><?= $this->translate('Custom variables') ?></h2>
|
||||
|
|
Loading…
Reference in New Issue