I had tried that before...
Warning: Invalid argument supplied for foreach() in /admincp/dwip_modules.php on line 834
This is that line
PHP Code:
foreach ($grouptitlecache AS $curgroup => $group)
{
print_dwipsetting_group($curgroup, $advanced);
print_description_row("<input type=\"submit\" class=\"button\" value=\" $vbphrase[save] \" tabindex=\"1\" title=\"" . $vbphrase['save_settings'] . "\" />", 0, 2, 'tfoot" style="padding:1px" align="right');
print_table_break(' ');
}
What is weird is that if I dont do '$loadedmodulename' and do 'sitenav' (which is one of the variables), it works fine. I cant understand why if I manually do it in script, it works but as a variable, it doesnt. I cant just do 'sitenav" either as there is like 20 different variables on what I am trying to seperate.