endif; ?>
drawTitle($list[$k], $depth);
if (trim($list[$k]['contents']) != '') {
echo "
" . displayLinks($list[$k]['contents']) . "
";
}
if (count($list[$k]['subsections'])) {
drawSections($list[$k]['subsections'], $depth + 1);
}
?>
}
}
include("manual-box.en.inc");
$this->title = "Manual";
$this->addStylesheet("manual");
$this->addScript("manual");
if (is_null(handler::$h->page)) {
include('manual_notfound.en.inc');
} else {
?>
=handler::$h->page['title']?>
if (count(handler::$h->page['subsections'])) : ?>
Page contents
[ HideShow ]
drawContents(handler::$h->page['subsections']); ?>
drawSections(handler::$h->page['subsections']); ?>
endif; ?>