require_once ("customize.inc.php"); $customize = true; ?> $list = new Liste (array ('name' => "customize", 'parent' => $tpl_content)); ?> $version = $list[0]['path'] ? $list[0]['path'] : $version; $customize = new Customize ($version, $list[0]['stable']); if ($list->editMode) { $paths = ""; foreach ($customize->getVersions () as $dir) { $paths .= "$dir <$dir>\n"; } $list[0]->setPreferences ("path", "selections", $paths); } ?> =$list[0]->edit (array ("path", "stable"))?>