get('path')); $startheading=($Config->get('startheading')); if($startheading == 'foldername'){ $mytitle = $path; } else { $mytitle = $startheading; } $bgcol=($Config->get('bgcol')); if (isset($_GET['bgcol'])) $bgcol=$_GET['bgcol']; if (!isset($bgcol)) $bgcol='FFFFFF'; $textcol=($Config->get('textcol')); $vars=$Config->listKeys(); $varstr = ''; ?>