This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/application/views/setup/admin/module/body.php

6 lines
191 B
PHP
Raw Normal View History

2013-10-10 02:44:53 +00:00
<tr>
<td class="head" style="font-size: 75%;"><?php echo $key; ?></td>
<td><?php echo Form::input('module_config['.$module.']['.$key.']',$val); ?></td>
<td><?php echo $info; ?></td>
</tr>