mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 17:24:16 +02:00
parent
57ca11cb76
commit
4931418c03
@ -21,7 +21,8 @@ class DocController extends ModuleActionController
|
|||||||
$section = new SectionRenderer($parser->getDocTree(), SectionRenderer::decodeUrlParam($chapter));
|
$section = new SectionRenderer($parser->getDocTree(), SectionRenderer::decodeUrlParam($chapter));
|
||||||
$this->view->section = $section
|
$this->view->section = $section
|
||||||
->setUrl($url)
|
->setUrl($url)
|
||||||
->setUrlParams($urlParams);
|
->setUrlParams($urlParams)
|
||||||
|
->setHighlightSearch($this->params->get('highlight-search'));
|
||||||
$this->view->title = $chapter;
|
$this->view->title = $chapter;
|
||||||
$this->render('chapter', null, true);
|
$this->render('chapter', null, true);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user