{$list[$k]['title']}"; if (count($list[$k]['subsections'])) { echo ""; } echo ""; } } function displayLinks($text) { $l = explode('(.*\n)*.*/', '\1', $t); $toName = preg_replace('/\s/', '', $toName); $t = preg_replace('/^[A-Za-z0-9_\-]+[\'"]>/', '', $t); $secId = handler::$h->lib->call('getSectionId', handler::$h->lang, $toName); $link = ""; if (!is_null($secId)) { $pageId = handler::$h->lib->call('getPageId', $secId); if (!is_null($pageId)) { $lt = handler::$h->lib->call('readSectionRecord', $secId); if ($pageId == handler::$h->page['id']) { $link = ""; } else { $pg = handler::$h->lib->call('readSectionRecord', $pageId); $link = ""; } } } $nText .= $link . preg_replace('/^(.*)<\/mlink>(.*\n)*.*/', '\1', $t) . ($link != '' ? "" : "") . preg_replace('/^.*<\/mlink>/', '', $t); } return $nText; } function drawTitle(&$section, $depth) { $pgLink = ""; if ($section['linkto'] != "") { $pageId = handler::$h->lib->call('getPageId', $section['linkto']); if (!is_null($pageId)) { $lt = handler::$h->lib->call('readSectionRecord', $section['linkto']); if ($pageId == handler::$h->page['id']) { $pgLink = ""; } else { $pg = handler::$h->lib->call('readSectionRecord', $pageId); $pgLink = ""; } } } $mDepth = ($depth - 2) * 10; $tMargin = ($pgLink == "") ? "5px $mDepth 15px 0px" : "5px $mDepth 5px 0px"; ?> '>Top id='ac-'>> -> Main article "; } */ ?>
" . displayLinks($list[$k]['contents']) . "
"; } if (count($list[$k]['subsections'])) { drawSections($list[$k]['subsections'], $depth + 1); } ?>
title = "Manual"; $this->addStylesheet("manual"); $this->addScript("manual"); if (is_null(handler::$h->page)) { include('manual_notfound.en.inc'); } else { ?>

page['title']?>

page['subsections'])) : ?>
Page contents [ HideShow ]
    page['subsections']); ?>
page['subsections']); ?>
endContents(); ?>