mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 11:36:20 +05:30
Update theme-settings.html.php
This commit is contained in:
parent
afe3ce50b1
commit
6295bcd601
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ if (file_exists($configPath)) {
|
|||
<?php else: ?>
|
||||
<input class="form-control" type="<?php echo $setting['type'];?>" name="-config-<?php echo $setting['name'];?>" value="<?php echo theme_config($setting['name']);?>"/>
|
||||
<?php endif;?>
|
||||
<small><em><?php echo $setting['info'];?></em></small>
|
||||
<small><?php echo $setting['info'];?></small>
|
||||
</div>
|
||||
</div>
|
||||
<?php endforeach;?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue