Files
rank24.pl/templates/html/form-text.php
2024-12-12 15:33:18 +01:00

8 lines
307 B
PHP

<div class="form-group">
<label class="col-lg-4 control-label"><?= $this -> params['label'];?><? if ( $this -> params['label'] ) echo ':';?></label>
<div class="col-lg-8">
<p class="form-control-static" id="<?= $this -> params['id'];?>">
<?= $this -> params['text'];?>
</p>
</div>
</div>