restoring functionality
This commit is contained in:
parent
bbcbd192dd
commit
a91c042f3e
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class config_panel extends admin_module{
|
|||
$panel->content.="<h2 class=\"accordion_toggle\">".$key."</h2>
|
||||
<div class=\"accordion_content\"><table width=\"700px\">";
|
||||
foreach($val as $v){
|
||||
$panel->content.="<tr><td><strong>".$v["title"]."</strong><br /><span style=\"font-size:small;\">".$v["description"]."</span><br />".$panel->get_option($v["option"],$v["name"])."</td></tr>";
|
||||
$panel->content.="<tr><td><strong>".$v["title"]."</strong><br /><span style=\"font-size:small;\">".$v["description"]."</span><br />".$panel->get_option($v["option"],$v["name"],$config[$v["name"]])."</td></tr>";
|
||||
}
|
||||
|
||||
$panel->content.="</table></div>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue