2014-07-28 19:17:03 +02:00
|
|
|
<div class="controls">
|
2014-08-19 10:26:38 +02:00
|
|
|
<h1><?= $this->translate(sprintf('%s Documentation', ucfirst($docName))); ?></h1>
|
2014-07-28 19:17:03 +02:00
|
|
|
</div>
|
2014-08-19 11:30:56 +02:00
|
|
|
<div class="content toc">
|
2014-07-28 19:17:03 +02:00
|
|
|
<?= $tocRenderer->render($this, $this->getHelper('Url')); ?>
|
|
|
|
</div>
|